menu
appfit package
documentation
networking/properties/browser_properties.dart
BrowserProperties
BrowserProperties.new const constructor
BrowserProperties.new const constructor
dark_mode
light_mode
BrowserProperties
constructor
const
BrowserProperties
(
{
String
?
userAgent
,
String
?
name
,
String
?
version
,
})
Implementation
const BrowserProperties({ this.userAgent, this.name, this.version, });
appfit package
documentation
networking/properties/browser_properties
BrowserProperties
BrowserProperties.new const constructor
BrowserProperties class