TableField constructor

TableField([
  1. String? fieldName,
  2. DbType? fieldType
])

Implementation

TableField([this.fieldName, this.fieldType]);