Field constructor

const Field({
  1. String name = '',
  2. String type = '',
  3. String defaultValue = '',
})

Implementation

const Field({this.name = '', this.type = '', this.defaultValue = ''});