GetInfoResult class

Constructors

GetInfoResult({required GPUInfo gpu, required String modelName, required String modelVersion, required String commandLine})
GetInfoResult.fromJson(Map<String, dynamic> json)
factory

Properties

commandLine String
The command line string used to launch the browser. Will be the empty string if not supported.
final
gpu GPUInfo
Information about the GPUs on the system.
final
hashCode int
The hash code for this object.
no setterinherited
modelName String
A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported.
final
modelVersion String
A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited