TupleType constructor

const TupleType(
  1. List<TypeDef> elements
)

Implementation

const TupleType(this.elements);