PHFetchOptions class

Constructors

PHFetchOptions.new({NSPredicate? predicate, List<NSSortDescriptor>? sortDescriptors, bool? includeHiddenAssets, bool? includeAllBurstAssets, Set<PHAssetSourceType>? includeAssetSourceTypes, int? fetchLimit, bool? wantsIncrementalChangeDetails})
const

Properties

fetchLimit int?
Limits the maximum number of objects returned in the fetch result, a value of 0 means no limit.
final
hashCode int
The hash code for this object.
no setterinherited
includeAllBurstAssets bool?
Whether hidden burst assets are included in fetch results.
final
includeAssetSourceTypes Set<PHAssetSourceType>?
The asset source types included in the fetch results.
final
includeHiddenAssets bool?
Whether hidden assets are included in fetch results.
final
predicate NSPredicate?
Some predicates / sorts may be suboptimal and we will log
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortDescriptors List<NSSortDescriptor>?
final
wantsIncrementalChangeDetails bool?
Whether the owner of this object is interested in incremental change details for the results of this fetch (see PHChange)
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