is1xxInformational method

  1. @override
bool is1xxInformational()
override

Whether this status code is in the Informational class ({@code 1xx}). @see RFC 2616

Implementation

@override
bool is1xxInformational() {
  return series == Series.informational;
}