fallbackNamespaces property

List<String>? fallbackNamespaces
final

The namespaces used to fallback to when no key matches were found on the current namespace. These namespaces are evaluated in the order they are put in the list.

Defaults to null.

Implementation

final List<String>? fallbackNamespaces;