hashCode property

  1. @override
int hashCode
override

Override hashcode.

Implementation

@override
int get hashCode => Object.hashAll(<Object?>[
      primary,
      secondary,
      tertiary,
      neutral,
      neutralVariant,
      error,
    ]);