UserAgentMetadata constructor
UserAgentMetadata({})
Implementation
UserAgentMetadata({
this.brands,
this.fullVersionList,
required this.platform,
required this.platformVersion,
required this.architecture,
required this.model,
required this.mobile,
this.bitness,
this.wow64,
});