CameraControllerOpt class sealed

Implementers
Annotations
  • @freezed

Constructors

CameraControllerOpt.busy()
const
factory
CameraControllerOpt.error(String description)
const
factory
CameraControllerOpt.here(CameraControllerBits controllerBits)
const
factory
CameraControllerOpt.missing()
const
factory
CameraControllerOpt.permissionDenied()
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult missing(CameraControllerMissing value), required TResult permissionDenied(CameraControllerPermissionDenied value), required TResult error(CameraControllerError value), required TResult busy(CameraControllerBusy value), required TResult here(CameraControllerHere value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? missing(CameraControllerMissing value)?, TResult? permissionDenied(CameraControllerPermissionDenied value)?, TResult? error(CameraControllerError value)?, TResult? busy(CameraControllerBusy value)?, TResult? here(CameraControllerHere value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult missing(CameraControllerMissing value)?, TResult permissionDenied(CameraControllerPermissionDenied value)?, TResult error(CameraControllerError value)?, TResult busy(CameraControllerBusy value)?, TResult here(CameraControllerHere value)?, required TResult orElse()}) → TResult
inherited
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