SortPathDelegate<Path> class
abstract
@{template wechat_assets_picker.delegates.SortPathDelegate} Delegate to sort asset path entities. 用于资源路径排序的实现 @{endtemplate}
Define sort to sort the asset path list. Usually integrate with List.sort. 通过定义 sort 方法对资源路径列表进行排序。通常使用 List.sort。
Constructors
- SortPathDelegate()
-
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
-
sort(
List< PathWrapper< list) → voidPath> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
common
→ const SortPathDelegate<
AssetPathEntity>