MethodCall constructor
- String method, [
- dynamic arguments
Creates a MethodCall representing the invocation of method with the specified arguments.
Implementation
const MethodCall(this.method, [this.arguments]);
Creates a MethodCall representing the invocation of method with the specified arguments.
const MethodCall(this.method, [this.arguments]);