isPartiallyPopulated property

bool get isPartiallyPopulated

Implementation

bool get isPartiallyPopulated =>
    isNotBlank(city) && isNotBlank(country) && isNotBlank(state);