toJson method

Map<String, dynamic> toJson()

Implementation

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