UnitConvertible<T> class

可被转换的单元数据。

  1. 将数据对象转换为可用的SQL单元类型。
Implementers

Constructors

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

Properties

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

Methods

getUnitName() String
获取单元格名称
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
转换为标单元格

Operators

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