isPopulated property

bool get isPopulated

Implementation

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