BrnTagItemBean class

Constructors

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

Properties

code String
code唯一标识
getter/setter pair
ext Map?
自己添加的扩展
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int?
code唯一标识
getter/setter pair
isSelect bool
是被选中
getter/setter pair
name String
展示的名称
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