toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final currencyCode = this.currencyCode;
  final timeZone = this.timeZone;
  return {'currencyCode': ?currencyCode, 'timeZone': ?timeZone};
}