Quadrilateral class
Represents a quadrilateral location in the image
Constructors
-
Quadrilateral(Map<
String, dynamic> nativeQuad)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lowerLeft ↔ Point?
-
lower left point of the quadrilateral
getter/setter pair
- lowerRight ↔ Point?
-
lower right point of the quadrilateral
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- upperLeft ↔ Point?
-
upper left point of the quadrilateral
getter/setter pair
- upperRight ↔ Point?
-
upper right point of the quadrilateral
getter/setter pair
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