LocalinoSetup class

Constructors

LocalinoSetup({String space = 'public', required String project, String access = 'token', String version = 'latest', String asset = _defaultAssetsLocation, Map<String, dynamic> init = const {}, Map<String, DateTime> locales = const {}})
const

Properties

access String
final
asset String
final
config LocalinoConfig
no setter
hashCode int
The hash code for this object.
no setterinherited
init Map<String, dynamic>
final
locales Map<String, DateTime>
final
options LocalinoRemoteOptions
no setter
project String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space String
final
version String
final

Methods

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

Operators

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

Static Methods

loadAssets([String path = 'assets/localization/setup.json']) Future<LocalinoSetup>