Skip to content

Commit 6f92f36

Browse files
committed
update override in event
1 parent a051f4c commit 6f92f36

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

packages/stream_feed/lib/src/core/models/event.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,5 @@ class Content extends Equatable {
284284
factory Content.fromJson(Map<String, dynamic> json) =>
285285
_$ContentFromJson(json);
286286

287-
@override
288287
Map<String, dynamic> toJson() => _$ContentToJson(this);
289288
}

packages/stream_feed/lib/src/core/models/follow_stats.g.dart

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)