LifecycleState.fromJson constructor

LifecycleState.fromJson(
  1. Object? json
)

Implementation

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