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