FcmCameraSettings class
- Annotations
-
- @freezed
Constructors
-
FcmCameraSettings({required Fr<
CameraDescription?> description, Fr<ResolutionPreset> ? resolutionPreset, Fr<ExposureMode> ? exposureMode, Fr<double> ? exposureOffset, Fr<Offset?> ? exposurePoint, Fr<FocusMode> ? focusMode, Fr<Offset?> ? focusPoint, Fr<FlashMode> ? flashMode, Fr<double> ? zoomLevel}) -
constfactory
Properties
-
copyWith
→ $FcmCameraSettingsCopyWith<
FcmCameraSettings> -
no setterinherited
-
description
→ Fr<
CameraDescription?> -
no setterinherited
-
exposureMode
→ Fr<
ExposureMode> ? -
no setterinherited
-
exposureOffset
→ Fr<
double> ? -
no setterinherited
-
exposurePoint
→ Fr<
Offset?> ? -
no setterinherited
-
flashMode
→ Fr<
FlashMode> ? -
no setterinherited
-
focusMode
→ Fr<
FocusMode> ? -
no setterinherited
-
focusPoint
→ Fr<
Offset?> ? -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
resolutionPreset
→ Fr<
ResolutionPreset> ? -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
zoomLevel
→ Fr<
double> ? -
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