isDefined property

bool get isDefined

Whether this value is neither JavaScript undefined nor null.

Implementation

bool get isDefined => !isUndefinedOrNull;