reasonPhrase property

String? reasonPhrase

Implementation

String? get reasonPhrase =>
    _status != null ? _status!.reason : status().reason;