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