ImportableType constructor

ImportableType({
  1. String? name,
  2. String? import,
  3. List<ImportableType>? typeArguments,
  4. String? prefix,
})

Implementation

ImportableType({this.name, this.import, this.typeArguments, this.prefix});