UnitList<T> class

List表单元类型定义

Inheritance

Constructors

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

Properties

constraints List<Constraints>?
表单元格名称
finalinherited
defaultValue List<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