isEmpty property

bool isEmpty

returns true if value is not null.

Implementation

bool get isEmpty => this == null;