isDefined property
bool
get
isDefined
Whether this value is neither JavaScript undefined nor null.
Implementation
bool get isDefined => !isUndefinedOrNull;
Whether this value is neither JavaScript undefined nor null.
bool get isDefined => !isUndefinedOrNull;