PlainData constructor

PlainData(
  1. String encoded,
  2. Uint8List? bytes
)

Implementation

PlainData(super.encoded, super.bytes);