Field constructor

Field({
  1. String? title,
  2. String? value,
  3. bool? short,
})

Implementation

Field({this.title, this.value, this.short});