Source
noSuchMethod(Invocation invocation) { if (invocation.isMethod && invocation.memberName == #call) { return _apply(_buildArgs(invocation)); } return super.noSuchMethod(invocation); }
noSuchMethod(Invocation invocation) { if (invocation.isMethod && invocation.memberName == #call) { return _apply(_buildArgs(invocation)); } return super.noSuchMethod(invocation); }