CameraMode class
Properties
- autoClose → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageLimit → String
-
final
- mediaLimit → String
-
final
- mode → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- videoDurationLimit → String
-
final
- videoLimit → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
image(
{int? imageMaxCount}) → CameraMode -
singleImage(
) → CameraMode -
singleMedia(
{int? durationLimit, int? mediaCount}) → CameraMode -
singleVideo(
{int? durationLimit}) → CameraMode -
singleVideoOrImage(
{int? durationLimit}) → CameraMode -
video(
{int? videoMaxCount, int? durationLimit}) → CameraMode -
videoAndImage(
{int? durationLimit, int? videoMaxCount, int? imageMaxCount}) → CameraMode