KareeConstants class

Class that defines all managed constants used in karee.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 Properties

kApplicationLocalizationRessourcDir String
This is the location of the i18n directory.
final
kApplicationRessourceFile String
This is the location of the application config file.
final
platformSeparator → dynamic
Platform specific file separator. This is used to build paths in a platform agnostic way. For web, the separator is always '/'. For Windows, the separator is ''. For other platforms, the separator is '/'. This is used to build paths in a platform agnostic way. See also kApplicationRessourceFile and kApplicationLocalizationRessourcDir
no setter

Constants

kApplicationLocalizationTag → const Symbol
Default tag used to maintain the instance of current localization in karee.
kareeErrorPath → const String
Name of the path when an error occurs.
kareeErrorScreenName → const String
Karee error Screen's name.
kareeGithub → const String
Karee github repository.