Input$GoogleCalendarConferencePropertiesInput.fromJson constructor

Input$GoogleCalendarConferencePropertiesInput.fromJson(
  1. Map<String, dynamic> data
)

Implementation

factory Input$GoogleCalendarConferencePropertiesInput.fromJson(
    Map<String, dynamic> data) {
  final result$data = <String, dynamic>{};
  final l$allowedConferenceSolutionTypes =
      data['allowedConferenceSolutionTypes'];
  result$data['allowedConferenceSolutionTypes'] =
      (l$allowedConferenceSolutionTypes as List<dynamic>)
          .map((e) => (e as String))
          .toList();
  return Input$GoogleCalendarConferencePropertiesInput._(result$data);
}