Field constructor

Field({
  1. int? maxOccurs,
  2. int? minOccurs,
  3. String? name,
  4. String? table,
  5. String? type,
})

Implementation

Field({this.maxOccurs, this.minOccurs, this.name, this.table, this.type});