isNone property

bool get isNone

Returns true if the this is a None value

Implementation

bool get isNone => this == null;