encode method Null safety

  1. @override
Uint8List encode ()
override

Encode as a sequence of bytes.

Implementation

@override
Uint8List encode() => _asn1().encodedBytes;