SystemOnChip class

Representation of a System-on-Chip (SoC) of an Android device.

Can be used to target S+ devices.

Constructors

SystemOnChip.new({String? manufacturer, String? model})
SystemOnChip.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
manufacturer String?
The designer of the SoC, eg.
getter/setter pair
model String?
The model of the SoC, eg.
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