NERoomBeautyEffectType enum Null safety

Inheritance

Constructors

NERoomBeautyEffectType()
const

Values

kUnknownType → const NERoomBeautyEffectType

-1

const NERoomBeautyEffectType(0)
kWhiteTeeth → const NERoomBeautyEffectType
const NERoomBeautyEffectType(1)
kLightEye → const NERoomBeautyEffectType
const NERoomBeautyEffectType(2)
kWhiten → const NERoomBeautyEffectType
const NERoomBeautyEffectType(3)
kSmooth → const NERoomBeautyEffectType
const NERoomBeautyEffectType(4)
kSmallNose → const NERoomBeautyEffectType
const NERoomBeautyEffectType(5)
kEyeDis → const NERoomBeautyEffectType
const NERoomBeautyEffectType(6)
kEyeAngle → const NERoomBeautyEffectType
const NERoomBeautyEffectType(7)
kMouth → const NERoomBeautyEffectType
const NERoomBeautyEffectType(8)
kBigEye → const NERoomBeautyEffectType
const NERoomBeautyEffectType(9)
kSmallFace → const NERoomBeautyEffectType
const NERoomBeautyEffectType(10)
kJaw → const NERoomBeautyEffectType
const NERoomBeautyEffectType(11)
kThinFace → const NERoomBeautyEffectType
const NERoomBeautyEffectType(12)
kFaceRuddy → const NERoomBeautyEffectType
const NERoomBeautyEffectType(13)
kLongNose → const NERoomBeautyEffectType
const NERoomBeautyEffectType(14)
kPhiltrum → const NERoomBeautyEffectType
const NERoomBeautyEffectType(15)
kMouthAngle → const NERoomBeautyEffectType
const NERoomBeautyEffectType(16)
kRoundEye → const NERoomBeautyEffectType
const NERoomBeautyEffectType(17)
kEyeCorner → const NERoomBeautyEffectType
const NERoomBeautyEffectType(18)
kVFace → const NERoomBeautyEffectType
const NERoomBeautyEffectType(19)
kUnderJaw → const NERoomBeautyEffectType
const NERoomBeautyEffectType(20)
kNarrowFace → const NERoomBeautyEffectType
const NERoomBeautyEffectType(21)
kCheekBone → const NERoomBeautyEffectType
const NERoomBeautyEffectType(22)
kFaceSharpen → const NERoomBeautyEffectType
const NERoomBeautyEffectType(23)

Properties

hashCode int
The hash code for this object.
read-only, inherited
index int
A numeric identifier for the enumerated value.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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<NERoomBeautyEffectType>
A constant List of the values in this enum, in order of their declaration.
[kUnknownType, kWhiteTeeth, kLightEye, kWhiten, kSmooth, kSmallNose, kEyeDis, kEyeAngle, kMouth, kBigEye, kSmallFace, kJaw, kThinFace, kFaceRuddy, kLongNose, kPhiltrum, kMouthAngle, kRoundEye, kEyeCor…