hasNotVerificationMethods property

bool get hasNotVerificationMethods

Returns true if verificationMethods is null, otherwise false.

Implementation

bool get hasNotVerificationMethods => !hasVerificationMethods;