Skip to content

Commit

Permalink
Convert full project to dart_mappable
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 23, 2024
1 parent 6deff8f commit 13bda87
Show file tree
Hide file tree
Showing 41 changed files with 2,114 additions and 3,416 deletions.
1 change: 1 addition & 0 deletions api/lib/models/cached.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import 'note/model.dart';

part 'cached.mapper.dart';

@MappableClass()
class CachedData with CachedDataMappable {
final DateTime? lastUpdated;
final List<Event> events;
Expand Down
289 changes: 0 additions & 289 deletions api/lib/models/cached.freezed.dart

This file was deleted.

39 changes: 0 additions & 39 deletions api/lib/models/cached.g.dart

This file was deleted.

Loading

0 comments on commit 13bda87

Please sign in to comment.