UnitEnumerated<T extends Enum> class

Enum表单元类型定义,枚举类型

Inheritance

Constructors

UnitEnumerated({required String uName, List<Constraints>? constraints, T? defaultValue, bool? nullable})
const

Properties

constraints List<Constraints>?
表单元格名称
finalinherited
defaultValue → T?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
nullable bool?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uName String
finalinherited

Methods

getUnitName() String
获取单元格名称
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toTableUnit() Unit
转换为标单元格
override

Operators

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