CameraResolution enum

Inheritance

Constructors

CameraResolution()
const

Values

low → const CameraResolution

android QUALITY_QVGA ios 288*352

medium → const CameraResolution

android 480640 ios 480640

high → const CameraResolution

android 7201280 ios 7201280

veryHigh → const CameraResolution

android 10801920 ios 10801920

ultraHigh → const CameraResolution

android 21603840 ios 21603840

max → const CameraResolution

android QUALITY_HIGH ios max

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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

Constants

values → const List<CameraResolution>
A constant List of the values in this enum, in order of their declaration.