Edges class abstract final

Combinations of Edges.

Constructors

Edges()

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

all → const Set<Edge>
Set of all edges.
bottom → const Set<Edge>
Set that contains only the Edge.bottom edge.
end → const Set<Edge>
Set that contains only the Edge.end edge.
horizontal → const Set<Edge>
Set of all edges along the horizontal axis.
start → const Set<Edge>
Set that contains only the Edge.start edge.
top → const Set<Edge>
Set that contains only the Edge.top edge.
vertical → const Set<Edge>
Set of all edges along the vertical axis.