ValueEntry constructor

ValueEntry(
  1. String group,
  2. String path,
  3. String timestamp,
  4. dynamic value,
)

Implementation

ValueEntry(this.group, this.path, this.timestamp, this.value);