menu
reflectable package
documentation
reflectable.dart
ReflectableInterface
canReflect abstract method
canReflect abstract method
dark_mode
light_mode
canReflect
abstract method
bool
canReflect
(
Object
o
)
Returns true if this reflector has capabilities for the given instance.
Implementation
bool canReflect(Object o);
reflectable package
documentation
reflectable
ReflectableInterface
canReflect abstract method
ReflectableInterface class