DataReference<T> constructor

DataReference<T>(
  1. String task,
  2. String property
)

Implementation

DataReference(this.task, this.property);