isNullOrEmpty property

bool isNullOrEmpty

Returns true if the value of the control is null or an empty white spaces string, otherwise returns false.

Implementation

bool get isNullOrEmpty => Control.isNullOrEmpty(this);