TypeContext constructor

TypeContext({
  1. String? library,
  2. Map<String, TypeInfo>? types,
  3. String? typeName,
  4. TypeContext? childContext,
})

Implementation

TypeContext({this.library, this.types, this.typeName, this.childContext}) {}