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