toJson method

Map<String, dynamic> toJson()

Implementation

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