supportedLocales property
Supported locales from server
Implementation
@JsonKey(name: 'default_locale') String get defaultLocale;/// Supported locales from server
// ignore: invalid_annotation_target
@JsonKey(name: 'supported_locales') List<String> get supportedLocales;