ReleaseReadyCondition.fromJson constructor
ReleaseReadyCondition.fromJson(
- Map json_
Implementation
ReleaseReadyCondition.fromJson(core.Map json_)
: this(
status: json_['status'] as core.bool?,
);