ResponseMetaData constructor

ResponseMetaData({
  1. String? currencyCode,
  2. bool? dataLossFromOtherRow,
  3. String? timeZone,
})

Implementation

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