EmbedData constructor

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

Implementation

EmbedData(super.encoded, super.bytes);