Browser constructor
Browser({})
Implementation
Browser({
required this.name,
required this.unformattedName,
required this.version,
this.type,
required this.parsedWithRegex,
});
Browser({
required this.name,
required this.unformattedName,
required this.version,
this.type,
required this.parsedWithRegex,
});