chore: add missing JsonKey to Message.i18n

This commit is contained in:
groovinchip
2021-07-20 15:22:15 -04:00
parent 0210e2d49f
commit 247efb4e8f
@@ -220,6 +220,7 @@ class Message extends Equatable {
final DateTime? deletedAt; final DateTime? deletedAt;
/// A Map of translations. /// A Map of translations.
@JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
final Map<String, String>? i18n; final Map<String, String>? i18n;
/// Known top level fields. /// Known top level fields.