isBlank property

bool isBlank

Implementation

bool get isBlank => this != null && this!.trim().isEmpty;