isNotEmpty property

bool get isNotEmpty

Returns true if this AndroidData object has any data.

Implementation

bool get isNotEmpty =>
    isFavorite != null ||
    customRingtone != null ||
    sendToVoicemail != null ||
    lastUpdatedTimestamp != null ||
    identifiers?.isNotEmpty == true ||
    debugData != null;