hashCode property

  1. @override
int hashCode
override

Override for hashcode. Using Darts object hash.

Implementation

@override
int get hashCode => Object.hash(
      onPrimary,
      onPrimaryContainer,
      onSecondary,
      onSecondaryContainer,
      onTertiary,
      onTertiaryContainer,
      onSurface,
      onSurfaceVariant,
      onInverseSurface,
      onBackground,
      onError,
      onErrorContainer,
    );