isBlank property

bool isBlank

Whether the list is empty or null.

Implementation

bool get isBlank => !isNotBlank;