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