isBlank property

bool isBlank

Returns true if this is empty or consists solely of whitespace characters as defined by String.trim.

Implementation

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