notExistsInDb property

bool notExistsInDb

Implementation

bool get notExistsInDb =>
    ormAnnotations.whereType<ManyToMany>().isNotEmpty ||
    ormAnnotations.whereType<OneToMany>().isNotEmpty ||
    ormAnnotations.whereType<Transient>().isNotEmpty;