AuthFailure constructor
const
AuthFailure({})
Implementation
const AuthFailure({
required this.reason,
this.message,
this.details = const {},
this.arguments,
this.argumentsKeywords,
});
const AuthFailure({
required this.reason,
this.message,
this.details = const {},
this.arguments,
this.argumentsKeywords,
});