LabelField constructor

LabelField({
  1. List<DateTime>? dateString,
  2. String? id,
  3. List<String>? integer,
  4. String? kind,
  5. List<String>? selection,
  6. List<String>? text,
  7. List<User>? user,
  8. String? valueType,
})

Implementation

LabelField({
  this.dateString,
  this.id,
  this.integer,
  this.kind,
  this.selection,
  this.text,
  this.user,
  this.valueType,
});