hasValue property

bool get hasValue

Implementation

bool get hasValue => iif(some: (_) => true, none: () => false);