isNotEmpty property

bool get isNotEmpty

Checks if value is set.

Implementation

bool get isNotEmpty => value != null;