ocs property

Implementation

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

Implementation

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