toJson method

Map<String, dynamic> toJson()

Implementation

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