LifecycleState.fromJson constructor

LifecycleState.fromJson(
  1. Map json_
)

Implementation

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