reasonPhrase property

  1. @override
String? get reasonPhrase

The reason phrase associated with the status code.

Implementation

@override
String? get reasonPhrase => inner.reasonPhrase;