toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final autoTaggingEnabled = this.autoTaggingEnabled;
final customerId = this.customerId;
final kind = this.kind;
return {
'autoTaggingEnabled': ?autoTaggingEnabled,
'customerId': ?customerId,
'kind': ?kind,
};
}