isNoCONTENT property
bool
get
isNoCONTENT
Returns true if the status code is 204 (No Content).
Implementation
bool get isNoCONTENT => this == 204;
Returns true if the status code is 204 (No Content).
bool get isNoCONTENT => this == 204;