PreviewState class

Created by

─▄▀─▄▀ ──▀──▀ █▀▀▀▀▀█▄ █░░░░░█─█ ▀▄▄▄▄▄▀▀

Rafaelbarbosatec on 12/08/21

Constructors

PreviewState({Result? result, bool processing = false, bool initialized = false, TypeScan typeScan = TypeScan.live, TypeCamera typeCamera = TypeCamera.back})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
initialized bool
final
processing bool
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
result Result?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
typeCamera TypeCamera
final
typeScan TypeScan
final

Methods

copyWith({Result? result, bool? processing, bool? initialized, TypeScan? typeScan, TypeCamera? typeCamera}) PreviewState
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