- Bump version to `0.1.7+45` and update SDK constraint to `>=3.8.0 <4.0.0`. - Update numerous dependencies
16 lines
586 B
Dart
16 lines
586 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'getCustomTimetableEventParams.dart';
|
|
|
|
// **************************************************************************
|
|
// JsonSerializableGenerator
|
|
// **************************************************************************
|
|
|
|
GetCustomTimetableEventParams _$GetCustomTimetableEventParamsFromJson(
|
|
Map<String, dynamic> json,
|
|
) => GetCustomTimetableEventParams(json['user'] as String);
|
|
|
|
Map<String, dynamic> _$GetCustomTimetableEventParamsToJson(
|
|
GetCustomTimetableEventParams instance,
|
|
) => <String, dynamic>{'user': instance.user};
|