Decoded constructor

Decoded(
  1. dynamic data,
  2. Uint8List remainder
)

Implementation

Decoded(this.data, this.remainder);