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