Itemref constructor

const Itemref(
  1. String idref,
  2. bool linear,
  3. List<String> properties
)

Implementation

const Itemref(this.idref, this.linear, this.properties);