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