isValid property

bool isValid

Implementation

bool get isValid =>
    userId.isNotEmpty &&
    publicKey != null &&
    keys.isNotEmpty &&
    ed25519Key != null;