isNull property

bool isNull

Returns true is the value of the control is null, otherwise returns false.

Implementation

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