UnauthorizedException constructor

const UnauthorizedException([
  1. String? responseBody
])

Implementation

const UnauthorizedException([String? responseBody]) : super(responseBody);