hashCode property
Override for hashcode. Using Darts object hash.
Implementation
@override
int get hashCode => Object.hash(
onPrimary,
onPrimaryContainer,
onSecondary,
onSecondaryContainer,
onTertiary,
onTertiaryContainer,
onSurface,
onSurfaceVariant,
onSurfaceDim,
onSurfaceBright,
onSurfaceContainerLowest,
onSurfaceContainerLow,
onSurfaceContainer,
onSurfaceContainerHigh,
onSurfaceContainerHighest,
onInverseSurface,
onError,
onErrorContainer,
);