encode static method

BinaryBlob encode(
  1. List<CType> argTypes,
  2. List args
)

Implementation

static BinaryBlob encode(List<CType> argTypes, List args) =>
    idlEncode(argTypes, args);