hasVerificationMethods property

bool get hasVerificationMethods

Returns true if verificationMethods is not null, otherwise false.

Implementation

bool get hasVerificationMethods => verificationMethods != null;