menu
reflectable package
documentation
reflectable.dart
ReflectableInterface
canReflectType abstract method
canReflectType abstract method
dark_mode
light_mode
canReflectType
abstract method
bool
canReflectType
(
Type
type
)
Returns true if this reflector has capabilities for the given Type.
Implementation
bool canReflectType(Type type);
reflectable package
documentation
reflectable
ReflectableInterface
canReflectType abstract method
ReflectableInterface class