Constant class

Constant class containing predefined constants used across the application.

This class provides a centralized location for defining constants that are used throughout the application. It includes:

  • Default profile

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

Constants

BOOTSTRAP_TARGET_FILE_NAME → const String
Default file path used for bootstrapping the application.
BUILD_TARGET_DIR_NAME → const String
Default directory where compiled or temporary files are placed.
BUILD_TARGET_FILE_NAME → const String
Default location of the compiled kernel .dill file for launching the app.
DART_PACKAGE_NAME → const String
Name of the Dart SDK package.
DEFAULT_CONSTRUCTOR → const String
Constant class containing predefined constants used across the application.
DEFAULT_HTML_PAGES_DIRECTORY_PATH → const String
The default directory path for HTML pages.
DEFAULT_PROFILE → const String
Constant class containing predefined constants used across the application.
DEV_FLAG → const String
Name of the development flag.
DEV_HOT_RELOAD_FLAG → const String
Name of the development hot reload flag.
DEV_HOT_RELOAD_FLAG_NEGATION → const String
Name of the development hot reload flag negation.
FAVICON → const String
A base64-encoded SVG favicon string that renders an emoji icon directly in HTML.
GENERATED_RESOURCES_DIR_NAME → const String
Name of the generated resources directory (non-package-specific).
GENERATED_RUNTIME_CONTEXT_FILE_NAME → const String
Name of the generated runtime context file.
HOME_PAGE → const String
The default home page for JetLeaf applications.
ICON → const String
The default icon used in FAVICON — a leaf emoji 🍃.
PACKAGE_ASSET_DIR → const String
Path to the JetLeaf asset directory inside lib/.
RESOURCES_DIR_NAME → const String
Name of the default resources directory (non-package-specific).