UnAuthorizedFailure constructor

const UnAuthorizedFailure({
  1. String message = '',
})

Implementation

const UnAuthorizedFailure({String message = ''}) : super(message);