TypeChecker.fromStatic constructor
      const
      TypeChecker.fromStatic(
    
- DartType type
Create a new TypeChecker backed by a static type.
Implementation
const factory TypeChecker.fromStatic(DartType type) =
    TypeCheckerImpl.fromStatic;