SortPathDelegate<Path> class abstract

Delegate to sort asset path entities. 用于资源路径排序的实现

Define sort to sort the asset path list. Usually integrate with List.sort. 通过定义 sort 方法对资源路径列表进行排序。通常使用 List.sort

Implementers

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<Path> list) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

common → const SortPathDelegate<AssetPathEntity>