LifecycleState.fromJson constructor
LifecycleState.fromJson(
- Map json_
Implementation
LifecycleState.fromJson(core.Map json_)
: this(state: json_['state'] as core.String?);
LifecycleState.fromJson(core.Map json_)
: this(state: json_['state'] as core.String?);