Dtype constructor

const Dtype(
  1. Type raw,
  2. List<Type> parameters,
  3. dynamic constructor(),
  4. String name,
)

Implementation

const Dtype(this.raw, this.parameters, this.constructor, this.name);