SuspensionUtil class

Suspension Util.

Constructors

SuspensionUtil()

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

Operators

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

Static Methods

getTagIndexList(List<ISuspensionBean>? list) List<String>
get index data list by suspension tag. 获取索引列表。
setShowSuspensionStatus(List<ISuspensionBean>? list) → void
set show suspension status. 设置显示悬停Header状态。
sortListBySuspensionTag(List<ISuspensionBean>? list) → void
sort list by suspension tag. 根据A-Z排序。