isEmpty property

bool isEmpty

Whether or not this object is empty.

Implementation

bool get isEmpty =>
    id == null &&
    idInAgency == null &&
    uid == null &&
    title == null &&
    description == null &&
    images == null &&
    crimeCategory == null &&
    maker == null &&
    materials == null &&
    measurements == null &&
    period == null &&
    additionalData == null &&
    modified == null &&
    publication == null &&
    path == null &&
    referenceNumber == null &&
    isStealth == null;