hasData property

bool get hasData

Whether a value is present.

Implementation

bool get hasData => data != null;