Input$InsertCalendarNotificationSettingsInput.fromJson constructor
Input$InsertCalendarNotificationSettingsInput.fromJson(
- Map<String, dynamic> data
)
Implementation
factory Input$InsertCalendarNotificationSettingsInput.fromJson(
Map<String, dynamic> data) {
final result$data = <String, dynamic>{};
final l$method = data['method'];
result$data['method'] = (l$method as String);
final l$type = data['type'];
result$data['type'] = (l$type as String);
return Input$InsertCalendarNotificationSettingsInput._(result$data);
}