ProtocolEmulationUserAgentMetadata constructor
ProtocolEmulationUserAgentMetadata({
- List<
ProtocolEmulationUserAgentBrandVersion> ? brands, - List<
ProtocolEmulationUserAgentBrandVersion> ? fullVersionList, - String? fullVersion,
- required String platform,
- required String platformVersion,
- required String architecture,
- required String model,
- required bool mobile,
- String? bitness,
- bool? wow64,
- List<
String> ? formFactors,
Implementation
ProtocolEmulationUserAgentMetadata({
this.brands,
this.fullVersionList,
this.fullVersion,
required this.platform,
required this.platformVersion,
required this.architecture,
required this.model,
required this.mobile,
this.bitness,
this.wow64,
this.formFactors,
});