hashCode property

  1. @override
int get hashCode
override

Override for hashcode, dart.ui Jenkins based.

Implementation

@override
int get hashCode => Object.hash(
      primary,
      primaryContainer,
      primaryLightRef,
      secondary,
      secondaryContainer,
      secondaryLightRef,
      tertiary,
      tertiaryContainer,
      tertiaryLightRef,
      appBarColor,
      error,
      errorContainer,
      swapOnMaterial3,
    );