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