ApplicationConfig class
Application configuration
ApplicationConfig(
path, //path to application file
version, //version of the application defaults to 0xFFFFFFFF
};
- Annotations
-
- @JsonSerializable.new(anyMap: true, checked: true)
Constructors
- ApplicationConfig({String? path, int version = 0xFFFFFFFF})
-
Creates an instance of ApplicationConfig
const
- ApplicationConfig.fromJson(Map json)
-
Creates ApplicationConfig from
jsonfactory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Creates Map from ApplicationConfig
-
toString(
) → String -
Converts ApplicationConfig to String
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited