toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (phase != null) 'phase': phase!,
      if (rollout != null) 'rollout': rollout!,
      if (targetId != null) 'targetId': targetId!,
      if (wait != null) 'wait': wait!,
    };