ResponseMetaData constructor

ResponseMetaData({
  1. String? currencyCode,
  2. bool? dataLossFromOtherRow,
  3. String? emptyReason,
  4. SchemaRestrictionResponse? schemaRestrictionResponse,
  5. bool? subjectToThresholding,
  6. String? timeZone,
})

Implementation

ResponseMetaData({
  this.currencyCode,
  this.dataLossFromOtherRow,
  this.emptyReason,
  this.schemaRestrictionResponse,
  this.subjectToThresholding,
  this.timeZone,
});