PayloadMeta constructor

const PayloadMeta(
  1. int length, [
  2. Record? other
])

Implementation

const PayloadMeta(this.length, [this.other]);