AnimationId class

Annotations

Constructors

AnimationId({AnimatedMoveId moveId = AnimatedMoveId.started, required LatLng destLocation, required double destZoom, String? customId})
const
AnimationId.parse(String id)
Parse the id into an AnimationId object.
factory

Properties

customId String?
final
destLocation → LatLng
final
destZoom double
final
hashCode int
The hash code for this object.
no setteroverride
id String
no setter
moveId AnimatedMoveId
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({AnimatedMoveId? moveId, LatLng? destLocation, double? destZoom, String? customid}) AnimationId
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.
override

Static Methods

fromMapEvent(MapEvent mapEvent) AnimationId?
tryParse(String? id) AnimationId?
Try to parse the id into an AnimationId object.