MaskPositionPoint enum

This object represents the position on faces where a mask should be placed by default.

Inheritance

Constructors

MaskPositionPoint(String value)
Constructs a new MaskPositionPoint.
const
MaskPositionPoint.fromJson(String value)
Constructs a new MaskPositionPoint from a String.
factory

Values

forehead → const MaskPositionPoint

The mask should be placed relatively to the forehead.

const MaskPositionPoint("forehead")
eyes → const MaskPositionPoint

The mask should be placed relatively to the eyes.

const MaskPositionPoint("eyes")
mouth → const MaskPositionPoint

The mask should be placed relatively to the mouth.

const MaskPositionPoint("mouth")
chin → const MaskPositionPoint

The mask should be placed relatively to the chin.

const MaskPositionPoint("chin")

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
value String
The value of this enum.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Converts this MaskPositionPoint to a String.
toString() String
A string representation of this object.
inherited

Operators

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

Constants

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