Body constructor

Body({
  1. String? codec,
  2. String? schema,
  3. Uint8List? buffer,
})

Implementation

Body({this.codec, this.schema, this.buffer});