locale property

  1. @BuiltValueField.new(wireName: r'locale')
String? get locale

The language to use in the open banking flow UI, specified by a combination of a two-letter ISO 639-1 language code and an ISO 3166-1 alpha-2 country code. This information is used to configure the open banking flow with the same language for a consistent user experience. Default value: en-US

Implementation

@BuiltValueField(wireName: r'locale')
String? get locale;