TurboMvvmDefaults class abstract
Default values used throughout the turbo_mvvm package.
This class provides centralized default constants for various configuration
options used across the package, replacing the previous TMvvmDurations class.
Constructors
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
- animation → const Duration
- Default animation duration used for fade transitions.
- isReactive → const bool
- Default value for TViewModelBuilder.isReactive.
- minBusy → const Duration
-
Default value for
TBusyService.minBusy. - minBusyAnimation → const Duration
- Default minimum busy animation duration used by TViewModelBuilder.minBusyDuration.
- shouldDispose → const bool
- Default value for TViewModelBuilder.shouldDispose.
- timeout → const Duration
-
Default value for
TBusyService.timeout.