TurboMvvmDefaults class abstract

Default values used throughout the turbo_mvvm package.

Constructors

TurboMvvmDefaults()

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 minimum busy duration for TBusyService.
minBusyAnimation → const Duration
Default minimum busy animation duration used by TViewModelBuilder.minBusyDuration.
shouldDispose → const bool
Default value for TViewModelBuilder.shouldDispose.
timeout → const Duration
Default timeout duration for TBusyService.