Params class
The Params class defines constant strings representing various parameter names
and keys used within the application. These constants are used to ensure
consistency and avoid hardcoded strings when working with parameters.
Constructors
- Params()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ACCOUNT_ID_KEY → const String
- API_KEY_ID → const String
- ENVIRONMENT_KEY → const String
- PLUGIN_CHANNEL_NAME → const String
- SNAP_NAME → const String
- STORIES_VIEW_CHANNEL_NAME → const String
- TAGS → const String
- USER_ID → const String
- VIEW_TYPE → const String