IAnilocationTask class abstract

Implementers

Constructors

IAnilocationTask.create({required AnilocationTaskDescription description})
factory

Properties

description → AnilocationTaskDescription
no setter
hashCode → int
The hash code for this object.
no setterinherited
isAnimating → bool
no setter
isCompleted → bool
no setter
isCompletedOrDismissed → bool
no setter
isDismissed → bool
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → ILatLng
no setter

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
push(ILatLng latLng) → Future<void>
toString() → String
A string representation of this object.
inherited
updateActiveTrip(bool isActiveTrip) → void
updateRadius(double latLng) → void
updateUseRotation(bool useRotation) → void

Operators

operator ==(Object other) → bool
The equality operator.
inherited