isNotEmpty property

bool get isNotEmpty

Returns true if the phone number is not empty.

Implementation

bool get isNotEmpty => !isEmpty;