isSuccess property

bool isSuccess

Checks whether this CoapCode represents a success response code.

Implementation

bool get isSuccess => codeClass == _success;