Config class

@desc 参数类型配置

Constructors

Config.new({DataType dataType = DataType.dataList, String parentId = 'parentId', String label = 'name', String id = 'id', String children = 'children', String allCheckedNodeName = '全部', String? nullCheckedNodeName, String breadcrumbRootName = '根'})
const

Properties

allCheckedNodeName String
final
final
children String
final
dataType DataType
数据类型
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
label String
final
nullCheckedNodeName String?
final
parentId String
父级id key
final
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