LifecycleState.fromJson constructor

LifecycleState.fromJson(
  1. String json
)

Implementation

factory LifecycleState.fromJson(String json) => LifecycleState(json);