PathInfo class

Information about a path, including ending and pairs of segments.

Constructors

PathInfo({bool invalid = false, String ending = "", List<PathTween> pairs = const []})

Properties

ending String
final
hashCode int
The hash code for this object.
no setterinherited
invalid bool
final
pairs List<PathTween>
final
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.
override

Operators

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