HMSCameraFacing enum Null safety
Constants
- kHMSCameraFacingBack → const HMSCameraFacing
-
const HMSCameraFacing(1)
- kHMSCameraFacingFront → const HMSCameraFacing
-
const HMSCameraFacing(0)
- unknown → const HMSCameraFacing
-
const HMSCameraFacing(2)
-
values
→ const List<
HMSCameraFacing> -
A constant List of the values in this enum, in order of their declaration.
const List<
HMSCameraFacing>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited