toJson method

Map<String, dynamic> toJson()

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,
  };
}