isNone property

bool isNone

Returns true if the this is a None value

Implementation

bool get isNone => this == null;