fix(reflection): fix a typo
This commit is contained in:
@ -23,7 +23,7 @@ class NoReflectionCapabilities {
|
||||
}
|
||||
|
||||
SetterFn setter(String name) {
|
||||
throw "Cannot find getter ${name}";
|
||||
throw "Cannot find setter ${name}";
|
||||
}
|
||||
|
||||
MethodFn method(String name) {
|
||||
|
Reference in New Issue
Block a user