Skip to content

Commit 3de7a3d

Browse files
committed
Fix privacy base serialization
1 parent 7f58cdb commit 3de7a3d

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
lines changed

lib/src/model/privacy_base.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ abstract class PrivacyBase with SerializableMixin, EquatableMixin {
153153
/// A base implementation of the [PrivacyBase] to extract privacy fields from
154154
/// an inherited model without worrying about the other fields that may be
155155
/// present in the model.
156-
@JsonSerializable(createFactory: false)
156+
@JsonSerializable()
157157
final class _PrivacyBaseImpl extends PrivacyBase {
158158
const _PrivacyBaseImpl({
159159
required super.teams,

lib/src/model/privacy_base.g.dart

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

0 commit comments

Comments
 (0)