Skip to main content

hashCode property

[int] get hashCode

override

Overrides the hashCode getter to generate a hash code based on the properties of the MainScreenArgs instance.

Returns an integer value representing the combined hash codes.

Implementation

@override
int get hashCode =>
fromSignUp.hashCode ^ mainScreenIndex.hashCode ^ toggleDemoMode.hashCode;
  1. talawa
  2. mainscreen_navigation_args
  3. MainScreenArgs
  4. hashCode property
MainScreenArgs class