hashCode property

  1. @override
int get hashCode
override

Override for hashcode, dart.ui Jenkins based.

Implementation

@override
int get hashCode => Object.hash(
      surface,
      surfaceDim,
      surfaceBright,
      surfaceContainerLowest,
      surfaceContainerLow,
      surfaceContainer,
      surfaceContainerHigh,
      surfaceContainerHighest,
      inverseSurface,
      scaffoldBackground,
      dialogBackground,
    );