ok property

bool get ok

Implementation

bool get ok =>
    missing.isEmpty &&
    orphaned.isEmpty &&
    stale.isEmpty &&
    placeholder.isEmpty;