TypeChecker.fromRuntime constructor

const TypeChecker.fromRuntime(
  1. Type type
)

Create a new TypeChecker backed by a runtime type.

This implementation uses dart:mirrors (runtime reflection).

Implementation

const factory TypeChecker.fromRuntime(Type type) = _MirrorTypeChecker;