SingletonStateManager class
(en) This is a class that contains StateManager and operates as a singleton.
(ja) シングルトンで動作する、StateManagerを内包したクラスです。
Author Masahide Mori
First edition creation date 2023-06-21 20:12:59
Constructors
- SingletonStateManager()
-
factory
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
-
fromDict(
Map< String, dynamic> src) → SingletonStateManager - (en)Restore StateManager from the dictionary.
-
getSM(
) → StateManager - (en) Gets the StateManager managed by this class.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDict(
{List< String> ? nonSaveKeys}) → Map<String, dynamic> - (en)Converts the StateManager managed by this class into a dictionary.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited