toJson method

Map<String, dynamic> toJson()

Implementation

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