ProfileField constructor

ProfileField({
  1. String? field,
  2. String? value,
  3. String? dataType,
  4. bool? editable,
})

Implementation

ProfileField({
  this.field,
  this.value,
  this.dataType,
  this.editable,
});