HTUnresolvedType constructor

const HTUnresolvedType(
  1. String? id, {
  2. List<HTType> typeArgs = const [],
  3. bool isNullable = false,
})

Implementation

const HTUnresolvedType(super.id,
    {this.typeArgs = const [], this.isNullable = false});