CommonSortPathDelegate class

Common sort path delegate. 常用的路径排序实现

This delegate will bring "Recent" (All photos), "Camera", "Screenshot(?s)" to the front of the paths list. 该实现会把“最近”、“相机”、“截图”排到列表头部。

Inheritance

Constructors

CommonSortPathDelegate()
const

Properties

hashCode int
The hash code for this object.
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
otherSort(AssetPathEntity path1, AssetPathEntity path2) int
sort(List<AssetPathEntity> list) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited