hasValue property

bool hasValue

If value is not null

Implementation

bool get hasValue => value != null;