UnitString class

Integer表单元类型定义

Inheritance

Constructors

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

Properties

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