FfiMethodCall constructor

const FfiMethodCall(
  1. String method, [
  2. Object? arguments
])

Creates a MethodCall representing the invocation of method with the specified arguments.

Implementation

const FfiMethodCall(this.method, [this.arguments]);