toJson method

Map<String, dynamic> toJson()

Implementation

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