⬆️ Upgrade freezed

This commit is contained in:
2025-03-02 15:22:24 +08:00
parent 7bb73c80b0
commit 66aef44281
46 changed files with 9870 additions and 9990 deletions

View File

@ -4,7 +4,7 @@ part 'notification.freezed.dart';
part 'notification.g.dart';
@freezed
class SnNotification with _$SnNotification {
abstract class SnNotification with _$SnNotification {
const factory SnNotification({
required int id,
required DateTime createdAt,