fix(transformer): Event getters now use property name not event name
This commit is contained in:
@ -10,7 +10,9 @@ class NullReflectionCapabilities implements ReflectionCapabilities {
|
||||
|
||||
_notImplemented(String name) => throw 'Not implemented: $name';
|
||||
|
||||
bool isReflectionEnabled() { return false; }
|
||||
bool isReflectionEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
Function factory(Type type) => _notImplemented('factory');
|
||||
|
||||
|
Reference in New Issue
Block a user