isValid property

bool isValid

Implementation

bool get isValid =>
    deviceId != null &&
    keys.isNotEmpty &&
    curve25519Key != null &&
    ed25519Key != null &&
    selfSigned;