i18n property

  1. @JsonKey(includeToJson: false)
Map<String, String>? i18n
final

A Map of translations.

Implementation

@JsonKey(includeToJson: false)
final Map<String, String>? i18n;