toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final eligibleForStreamingServiceTaxRate =
      this.eligibleForStreamingServiceTaxRate;
  final regionCode = this.regionCode;
  final streamingTaxType = this.streamingTaxType;
  final taxTier = this.taxTier;
  return {
    'eligibleForStreamingServiceTaxRate': ?eligibleForStreamingServiceTaxRate,
    'regionCode': ?regionCode,
    'streamingTaxType': ?streamingTaxType,
    'taxTier': ?taxTier,
  };
}