TableFieldModel constructor

TableFieldModel(
  1. {String name,
  2. String type,
  3. bool isPK}
)

Implementation

TableFieldModel({this.name, this.type, this.isPK});