isNotOK property

  1. @override
bool get isNotOK
override

Returns true if ![isOK]

Implementation

@override
bool get isNotOK => httpStatus.isNotOK;