DeviceData class

Data class for device information

Constructors

DeviceData({required String model, required String os, required String osVersion, required String manufacturer, int? ramSize})
Creates a new device data instance
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
manufacturer → String
The device manufacturer
final
model → String
The device model
final
os → String
The operating system
final
osVersion → String
The OS version
final
ramSize → int?
The amount of RAM in bytes
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