BasePlatformInfoJsonable class

Constructors

BasePlatformInfoJsonable({required String operatingSystem, required String operatingSystemVersion, required String dartVersion, required int numberOfProcessors, required String localHostname})
BasePlatformInfoJsonable.fromJson(Map<String, dynamic> json)

Properties

dartVersion String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localHostname String
getter/setter pair
numberOfProcessors int
getter/setter pair
operatingSystem String
getter/setter pair
operatingSystemVersion String
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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