defaultLocale property

  1. @JsonKey.new(name: 'default_locale')
String get defaultLocale
inherited

Default locale from server

Implementation

@JsonKey(name: 'system_instruction') LocalizedText get systemInstruction;/// Default locale from server
// ignore: invalid_annotation_target
@JsonKey(name: 'default_locale') String get defaultLocale;