data property
Implementation
ReferenceApiExtractResponseApplicationJson_Ocs_DataBuilder get data =>
_$this._data ??= ReferenceApiExtractResponseApplicationJson_Ocs_DataBuilder();
set
data
(covariant ReferenceApiExtractResponseApplicationJson_Ocs_DataBuilder? data)
covariantoverride
Implementation
set data(covariant ReferenceApiExtractResponseApplicationJson_Ocs_DataBuilder? data) => _$this._data = data;