isNull property

bool get isNull

Return true iff this JSON value is null.

Implementation

bool get isNull => value == null;