ocs property

Implementation

TaskProcessingApiScheduleResponseApplicationJson_OcsBuilder get ocs =>
    _$this._ocs ??= TaskProcessingApiScheduleResponseApplicationJson_OcsBuilder();
set ocs (covariant TaskProcessingApiScheduleResponseApplicationJson_OcsBuilder? ocs)
covariantoverride

Implementation

set ocs(covariant TaskProcessingApiScheduleResponseApplicationJson_OcsBuilder? ocs) => _$this._ocs = ocs;