AuthenticatorResponse constructor
const
AuthenticatorResponse({})
Implementation
const factory AuthenticatorResponse({
String? version,
String? status,
String? reason,
Map<String, XrayStringList>? headers,
}) = _AuthenticatorResponse;