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