menu
user_agent_parser_plus package
documentation
parsers/browser_parser.dart
BrowserParser
BrowserParser.new constructor
BrowserParser.new constructor
dark_mode
light_mode
BrowserParser
constructor
BrowserParser
(
{
required
String
name
,
String
?
type
,
required
List
<
String
>
regexes
,
})
Implementation
BrowserParser({ required this.name, this.type, required this.regexes, });
user_agent_parser_plus package
documentation
parsers/browser_parser
BrowserParser
BrowserParser.new constructor
BrowserParser class