DataItem constructor
DataItem(
- dynamic value,
- List<
DataProperty> properties
Implementation
DataItem(this.value, this.properties);
DataItem(this.value, this.properties);