verified property

bool verified

Implementation

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