TransientState<T> class
Constructors
- TransientState({required T item, required LatLng origin, required LatLng current})
-
const
Properties
Methods
-
copyWith(
{T? item, LatLng? origin, LatLng? current}) → TransientState< T> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override