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