Added Timetable gesturedetection, removed Timetable "next" and "previous" buttons
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
// // GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
//
|
||||
// part of 'cacheableFile.dart';
|
||||
//
|
||||
// // **************************************************************************
|
||||
// // JsonSerializableGenerator
|
||||
// // **************************************************************************
|
||||
//
|
||||
// CacheableFile _$CacheableFileFromJson(Map<String, dynamic> json) =>
|
||||
// CacheableFile(
|
||||
// json['path'] as String?,
|
||||
// json['isDir'] as bool?,
|
||||
// json['name'] as String?,
|
||||
// json['mimeType'] as String?,
|
||||
// json['size'] as int?,
|
||||
// json['eTag'] as String?,
|
||||
// json['cTime'] == null ? null : DateTime.parse(json['cTime'] as String),
|
||||
// json['mTime'] == null ? null : DateTime.parse(json['mTime'] as String),
|
||||
// );
|
||||
//
|
||||
// Map<String, dynamic> _$CacheableFileToJson(CacheableFile instance) =>
|
||||
// <String, dynamic>{
|
||||
// 'path': instance.path,
|
||||
// 'isDir': instance.isDir,
|
||||
// 'name': instance.name,
|
||||
// 'mimeType': instance.mimeType,
|
||||
// 'size': instance.size,
|
||||
// 'eTag': instance.eTag,
|
||||
// 'cTime': instance.cTime?.toIso8601String(),
|
||||
// 'mTime': instance.mTime?.toIso8601String(),
|
||||
// };
|
Reference in New Issue
Block a user