UnauthorisedException constructor Null safety

UnauthorisedException(
  1. [dynamic message]
)

Implementation

UnauthorisedException([message]) : super(message);