isNoCONTENT property

bool get isNoCONTENT

Returns true if the status code is 204 (No Content).

Implementation

bool get isNoCONTENT => this == 204;