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
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