SelectorItem<T> class

选择器Item实体类

Constructors

SelectorItem({required String id, required String name, List<SelectorItem>? childList, bool hideNext = false, bool isCheck = false, bool isSupportSelectAll = false, T? param})
SelectorItem.init()

Properties

check bool
getter/setter pair
childList List<SelectorItem>?
no setter
hashCode int
The hash code for this object.
no setterinherited
hideNext bool
no setter
id String
no setter
name String
no setter
param → T?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportSelectAll bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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