Rollout_State.fromJson constructor

Rollout_State.fromJson(
  1. Object? json
)

Implementation

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