DType constructor

const DType(
  1. String type, {
  2. List<DType> generics = const [],
})

Implementation

const DType(this.type, {this.generics = const []});