PHImageRequestOptions class

Constructors

PHImageRequestOptions.new({PHImageRequestOptionsVersion? version, PHImageRequestOptionsDeliveryMode? deliveryMode, PHImageRequestOptionsResizeMode? resizeMode, Rect? normalizedCropRect, bool? isNetworkAccessAllowed, bool? isSynchronous})
const

Properties

deliveryMode PHImageRequestOptionsDeliveryMode?
delivery mode. Defaults to PHImageRequestOptionsDeliveryMode.opportunistic
final
hashCode int
The hash code for this object.
no setterinherited
isNetworkAccessAllowed bool?
if necessary will download the image from iCloud (client can monitor or cancel using progressHandler).
final
isSynchronous bool?
return only a single result, blocking until available (or failure).
final
normalizedCropRect Rect?
specify crop rectangle in unit coordinates of the original image, such as a face.
final
resizeMode PHImageRequestOptionsResizeMode?
resize mode. Does not apply when size is PHImageManagerMaximumSize.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version PHImageRequestOptionsVersion?
version
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