ErrorDetails constructor
Default constructor
Implementation
const factory ErrorDetails({
/// The domain in which the error occured
String? domain,
/// The reason for the error
String? reason,
/// The error message / code
String? message,
}) = _ErrorDetails;