CropAreaPart enum

Enumeration representing different parts of a crop area.

Inheritance

Constructors

CropAreaPart()
const

Values

none → const CropAreaPart

Represents no specific part of the crop area.

topLeft → const CropAreaPart

Represents the top-left corner of the crop area.

topRight → const CropAreaPart

Represents the top-right corner of the crop area.

bottomLeft → const CropAreaPart

Represents the bottom-left corner of the crop area.

bottomRight → const CropAreaPart

Represents the bottom-right corner of the crop area.

left → const CropAreaPart

Represents the left side of the crop area.

Represents the right side of the crop area.

top → const CropAreaPart

Represents the top side of the crop area.

bottom → const CropAreaPart

Represents the bottom side of the crop area.

inside → const CropAreaPart

Represents the inside area of the crop.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<CropAreaPart>
A constant List of the values in this enum, in order of their declaration.