JsonIntlDelegateBuiltin class

A factory for a set of localized JsonIntl resources to be loaded by a Localizations widget.

Inheritance
Annotations

Constructors

JsonIntlDelegateBuiltin({required Map<String, Map<Symbol, JsonIntlValue>> data, String defaultLocale = 'en', bool debug = false})
Create the factory responsible of loading the language files
const

Properties

data Map<String, Map<Symbol, JsonIntlValue>>
The translation data
final
debug bool
Wether to use debug localizations or not. In debug mode, the string returned will contain debug information about how it is translated
final
defaultLocale String
Default locale to use as fallback
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
The type of the object returned by the load method, T by default.
no setterinherited

Methods

isSupported(Locale locale) bool
Whether resources for the given locale can be loaded by this delegate.
override
load(Locale locale) Future<JsonIntl>
Start loading the resources for locale. The returned future completes when the resources have finished loading.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldReload(covariant JsonIntlDelegateBuiltin old) bool
Returns true if the resources for this delegate should be loaded again by calling the load method.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited