MainScreenArgs class
This class creates a MainScreenArgs model.
Constructors
[MainScreenArgs][]
:
Properties
[fromSignUp] [→ bool] : Indicates whether the user navigated to the main screen from the signup page. ::: features final :::
[hashCode] [→ int] : Overrides the hashCode getter to generate a hash code based on the properties of the MainScreenArgs instance. ::: features no setteroverride :::
[mainScreenIndex] [→ int] : Represents the index of the current page. ::: features final :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
[toggleDemoMode] [→ bool] : Determines if the application is in demo mode. ::: features final :::
Methods
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : Overrides the equality operator to compare instances of the MainScreenArgs class. ::: features override :::
- talawa
- mainscreen_navigation_args
- MainScreenArgs class