GoogleI18nLocalizations class Null safety

Constructors

GoogleI18nLocalizations(dynamic spreadsheetUrl)

Properties

googleI18n GoogleI18nLoader
read / write
hashCode int
The hash code for this object.
read-onlyinherited
locale Locale
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
supportedLocales List<String>?
read / write

Methods

load() Future<bool>
This method is called by the delegate to fetch translations.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
t(String key) String
Get a translated value for a specific key.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

of(BuildContext context) GoogleI18nLocalizations?
setLocale(BuildContext context, Locale newLocale) → dynamic
Sets a new locale