DataFieldItem constructor
DataFieldItem({
- dynamic id,
- String? label,
- dynamic value,
- dynamic type,
Supply a identifier, a label
, a value
and a maybe a type
of value.
Implementation
DataFieldItem({
this.id,
this.label,
this.value,
this.type,
});