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