// GENERATED CODE - DO NOT MODIFY BY HAND part of 'getCustomTimetableEventParams.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** GetCustomTimetableEventParams _$GetCustomTimetableEventParamsFromJson( Map json, ) => GetCustomTimetableEventParams(json['user'] as String); Map _$GetCustomTimetableEventParamsToJson( GetCustomTimetableEventParams instance, ) => {'user': instance.user};