locale property

String? locale
final

The locale code of the translation to use for this message.

This overrides the locale that would otherwise be used for the translation. This is useful if translations are, or will be, available before they're allowed to be used.

Implementation

final String? locale;