TypeChecker.fromRuntime constructor
const
TypeChecker.fromRuntime(
- 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;