isBlank property

bool get isBlank

Checks if the dynamic object is null, empty, or consists only of whitespace. Returns true if the object is blank; otherwise, returns false.

Implementation

bool get isBlank => GetUtils.isBlank(this);