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;
- talawa
- mainscreen_navigation_args
- MainScreenArgs
- hashCode property