encodedBytes property

Uint8List encodedBytes

Converts the Pdu to a (transmittable) list of bytes

Implementation

Uint8List get encodedBytes => asAsn1Sequence.encodedBytes;