TypeLink constructor

const TypeLink(
  1. String symbol,
  2. String? import, {
  3. List<TypeLink> generics = const [],
  4. bool isNullable = false,
})

Implementation

const TypeLink(
  this.symbol,
  this.import, {
  this.generics = const [],
  this.isNullable = false,
});