isNotEmpty property

bool isNotEmpty

Whether or not this Address instance is not empty.

Implementation

bool get isNotEmpty => !isEmpty;