data property

Uint8List data
getter/setter pair

Binary data representing the public key.

This starts with the keyType (represented as a 32-bit length followed by the value) followed by key-type specific bytes.

Implementation

late Uint8List data;