hasOnlyWhitespaces property

bool hasOnlyWhitespaces

Implementation

bool get hasOnlyWhitespaces => trim().isEmpty && isNotEmpty;