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