canByPassVerification property

bool get canByPassVerification

Check if the member can bypass verification.

if (member.canByPassVerification()) {
 print('Member can bypass verification');
}

Implementation

bool get canByPassVerification => flags.list.contains(MemberFlag.bypassedVerification);