encode method

Uint8List encode(
  1. List<Object> args
)

Implementation

Uint8List encode(List<Object> args) => encodeArguments(args);