LocalinoOptions class

Constructors

LocalinoOptions({String path = 'assets/localization/setup.json', LocalinoConfig? config, LocalinoSetup? setup, InitFactory<LocalinoRemoteApi>? remote, bool remoteSync = false})

Properties

config LocalinoConfig?
final
hashCode int
The hash code for this object.
no setterinherited
path String
final
remote InitFactory<LocalinoRemoteApi>?
final
remoteSync bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setup LocalinoSetup?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toConfig() Future<LocalinoConfig>
toString() String
A string representation of this object.
inherited

Operators

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