LifecycleState.fromJson constructor
LifecycleState.fromJson(
- Object? json
Implementation
factory LifecycleState.fromJson(Object? json) =>
LifecycleState(json as String);
factory LifecycleState.fromJson(Object? json) =>
LifecycleState(json as String);