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