ResponseMetaData constructor
ResponseMetaData({
- String? currencyCode,
- bool? dataLossFromOtherRow,
- String? emptyReason,
- SchemaRestrictionResponse? schemaRestrictionResponse,
- String? timeZone,
Implementation
ResponseMetaData({
this.currencyCode,
this.dataLossFromOtherRow,
this.emptyReason,
this.schemaRestrictionResponse,
this.timeZone,
});