PHFetchResult class
Fetch asset collections of a single type and subtype provided (use PHAssetCollectionSubtypeAny to match all subtypes)
Constructors
- PHFetchResult.new({required PHAssetCollectionType type, required PHAssetCollectionSubtype subtype, PHFetchOptions? options})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- options → PHFetchOptions?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtype → PHAssetCollectionSubtype
-
final
- type → PHAssetCollectionType
-
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