DigitDataModelSingleton class
DigitDataModelSingleton
is a singleton class that holds environment configuration variables.
Constructors
- DigitDataModelSingleton()
-
factory
Properties
- entityMapper → EntityMapperListener?
-
no setter
- errorDumpApiPath → dynamic
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hierarchyType → dynamic
-
no setter
- retryTimeInterval → dynamic
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- syncDownRetryCount → dynamic
-
no setter
- tenantId → dynamic
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setData(
{required int syncDownRetryCount, required int retryTimeInterval, required String tenantId, required EntityMapperListener entityMapper, required String errorDumpApiPath, required String hierarchyType}) → void - Sets the environment configuration variables.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited