ReleaseReadyCondition constructor

ReleaseReadyCondition({
  1. bool? status,
})

Implementation

ReleaseReadyCondition({
  this.status,
});