DaoField constructor

const DaoField({
  1. String? name,
  2. int? length,
})

Implementation

const DaoField({this.name, this.length});