isDefined property

bool isDefined

Implementation

bool get isDefined => this is Some || this is None;