AuthFailure constructor

const AuthFailure([
  1. String message = 'Authentication failed. Please login again.'
])

Implementation

const AuthFailure([String message = 'Authentication failed. Please login again.'])
    : super(message);