AstType constructor

const AstType(
  1. bool maybeNull,
  2. List<bool> genericMaybeNull, {
  3. bool keepRaw = false,
  4. List<AstType> generics = const <AstType>[],
})

Implementation

const AstType(this.maybeNull, this.genericMaybeNull,
    {this.keepRaw = false, this.generics = const <AstType>[]});