toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final result$data = <String, dynamic>{};
  final l$allowedConferenceSolutionTypes = allowedConferenceSolutionTypes;
  result$data['allowedConferenceSolutionTypes'] =
      l$allowedConferenceSolutionTypes.map((e) => e).toList();
  return result$data;
}