menu
velix package
documentation
reflectable/reflectable.dart
TypeDescriptor<T>
hasType static method
hasType static method
dark_mode
light_mode
hasType
static method
bool
hasType
(
Type
type
)
Implementation
static bool hasType(Type type) { return _byType[type] != null; }
velix package
documentation
reflectable/reflectable
TypeDescriptor<T>
hasType static method
TypeDescriptor class