DataItem constructor

DataItem(
  1. dynamic value,
  2. List<DataProperty> properties
)

Implementation

DataItem(this.value, this.properties);