BaiduOrder enum

如果接口包含多种类型,则优先按类型排序,再按此字段排序 官方文档说明: https://pan.baidu.com/union/doc/nksg0sat9 参考请求的order字段的说明

time表示先按文件类型排序,后按修改时间排序 name表示先按文件类型排序,后按文件名称排序 size表示先按文件类型排序,后按文件大小排序

Inheritance

Constructors

BaiduOrder()
const

Values

name → const BaiduOrder
time → const BaiduOrder
size → const BaiduOrder
type → const BaiduOrder

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<BaiduOrder>
A constant List of the values in this enum, in order of their declaration.