MethodCall constructor Null safety
- String method,
- [dynamic arguments]
Creates a MethodCall representing the invocation of method with the specified arguments.
Implementation
const MethodCall(this.method, [this.arguments])
: assert(method != null);