isNull property

bool get isNull

Returns true if hasNoContent and hasNoContentType.

Implementation

bool get isNull => hasNoContent && hasNoContentType;