reasonPhrase property

  1. @override
String? reasonPhrase
override

Protocol (like HTTP) specific reason phrase. By default nul if not set.

Implementation

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