DSConstants class
Constructors
- DSConstants({required VoidCallback? then})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInternalVersion → bool
-
is app build internal (3-number builds are internal - ex. 1.4.12; 2-number are production - 1.0, 3.1, etc)
no setter
- isInternalVersionOpt → bool
-
no setter
- isProductionVersion → bool
-
is app build production (2-number builds are production - 1.0, 3.1, etc)
no setter
- packageInfo ↔ PackageInfo
-
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
internalInit(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
waitForInit(
{dynamic maxWait = const Duration(seconds: 5)}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- I → DSConstants
-
no setter
- isInitialized → bool
-
no setter