CommandClause constructor

CommandClause(
  1. ClauseType _type,
  2. String? _text,
  3. String? _charset,
  4. Uint8List? _binary,
)

Implementation

CommandClause(this._type, this._text, this._charset, this._binary);