encodeCalldata method

Uint8List encodeCalldata()

Implementation

Uint8List encodeCalldata() {
  return function_.encodeCall(args);
}