ScopeLifecycleState.fromJson constructor

ScopeLifecycleState.fromJson(
  1. Map json_
)

Implementation

ScopeLifecycleState.fromJson(core.Map json_)
    : this(
        code: json_['code'] as core.String?,
      );