NetClientAzState class

字母索引列表状态

Constructors

NetClientAzState()

Properties

azList List<Object>
字母索引列表,示例数据: String A, Object, Object, ... , String B, Object, Object, ... , String Z, Object, Object, ... , int total
final
azMap Map<String, int>
字母索引映射
final
hashCode int
The hash code for this object.
no setterinherited
okList List<Object>
定制数据列表
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unread int
no setter

Methods

clear() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update({Map<String, int>? azMap, List<Object>? azList, List<Object>? okList, int? unread}) → void

Operators

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

Constants

letters → const List<String>