identityKey property

String? identityKey

Implementation

String? get identityKey =>
    enabled ? json.decode(_olmAccount!.identity_keys())['curve25519'] : null;