TypeChecker.fromStatic constructor

const TypeChecker.fromStatic(
  1. DartType type
)

Create a new TypeChecker backed by a static type.

Implementation

const factory TypeChecker.fromStatic(DartType type) = _LibraryTypeChecker;