verified property

bool get verified

Implementation

bool get verified =>
    identifier != null && (directVerified || crossVerified) && !(blocked);