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