inline static method

IpcValue inline(
  1. List<NodeId> bytes
)

Implementation

static IpcValue inline(List<int> bytes) => IpcValueInline(bytes);