BrnTagInputItemBean class

数据源

Constructors

BrnTagInputItemBean({String name = '', bool isSelect = false, int? index, bool needExpend = false, Map? ext})

Properties

ext Map?
附带的更多数据,方便在点击回调中取用。
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int?
选中tag的index
getter/setter pair
isSelect bool
选中状态
getter/setter pair
name String
标签展示的文案
getter/setter pair
needExpend bool
选中后是否展示文本输入框
getter/setter pair
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