DeviceInfoModel class

One key/value row shown in the Device Info tab.

Constructors

DeviceInfoModel({required String key, required String value})
Creates a device info row.

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
The property's label (e.g. 'Model', 'OS Version').
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The property's value, already formatted as text.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this row as a single-entry map, keyed by key.
toString() String
A string representation of this object.
inherited

Operators

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