ZFrame constructor

ZFrame(
  1. Uint8List payload, {
  2. bool hasMore = false,
})

Implementation

ZFrame(this.payload, {this.hasMore = false});