toJson method

Map<String, dynamic> toJson()

Implementation

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