TypeIdentifier constructor

TypeIdentifier(
  1. BaseType baseType, [
  2. String name = '',
  3. TypeDef? type
])

Implementation

TypeIdentifier(this.baseType, [this.name = '', this.type]);