plurals property

  1. @JsonKey(name: r'plurals')
Map<String, bool>? plurals
final

Key-value pair of a language ISO code and a boolean value.

Implementation

@JsonKey(name: r'plurals')
final Map<String, bool>? plurals;