TypeDefTuple constructor

const TypeDefTuple(
  1. List<TypeId> fields
)

Creates a new compact type.

Implementation

const TypeDefTuple(this.fields);