isNone method
Returns true if the option is a None value.
Implementation
@pragma("vm:prefer-inline")
bool isNone() {
return this == null;
}
Returns true if the option is a None value.
@pragma("vm:prefer-inline")
bool isNone() {
return this == null;
}