FileManager class

Constructors

FileManager.new(ConfigManager _configManager)

Properties

hashCode int
The hash code for this object.
no setterinherited
locales List<String>
no setter
localizationDir String
no setter
localizationFiles List<File>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedLocales List<String>
no setter
supportedLocalizationFiles List<File>
no setter

Methods

getBaseLocaleJson() Map<String, String>?
getFileByLocale(String locale) File?
getLocaleByPath(String path) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeLocalizationFile(String locale, String jsonString) Future<void>

Operators

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