withBinary static method

CommandClause withBinary(
  1. Uint8List binary
)

Implementation

static CommandClause withBinary(Uint8List binary) {
  return CommandClause(ClauseType.binary, null, null, binary);
}