hashCode property

  1. @override
int hashCode
override

Override for hashcode, dart.ui Jenkins based.

Implementation

@override
int get hashCode => Object.hash(
      surface,
      surfaceVariant,
      inverseSurface,
      background,
      scaffoldBackground,
      dialogBackground,
    );