CommandClause constructor
CommandClause(
- ClauseType _type,
- String? _text,
- String? _charset,
- Uint8List? _binary,
Implementation
CommandClause(this._type, this._text, this._charset, this._binary);