toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (participantRole != null) 'participantRole': participantRole!,
if (suggestionFeatureConfig != null)
'suggestionFeatureConfig': suggestionFeatureConfig!,
};