toJson method

Map<String, dynamic> toJson()

Implementation

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