feat(reflector): added a method to get type's interfaces
This commit is contained in:
@ -20,6 +20,8 @@ class RecordingReflectionCapabilities implements ReflectionCapabilities {
|
||||
|
||||
List<List> parameters(typeOrFunc) => _notImplemented('parameters');
|
||||
|
||||
List<List> interfaces(typeOrFunc) => _notImplemented('interfaces');
|
||||
|
||||
List annotations(typeOrFunc) => _notImplemented('annotations');
|
||||
|
||||
GetterFn getter(String name) {
|
||||
|
Reference in New Issue
Block a user