DeviceInfo class

Annotations
  • @immutable

Constructors

DeviceInfo({String manufactureName = "", String hardwareName = "", Version hardwareVersion = const Version(), String softwareName = "", Version softwareVersion = const Version(), bool isAvailable = false})
const

Properties

hardwareName String
final
hardwareVersion Version
final
hashCode int
The hash code for this object.
no setterinherited
isAvailable bool
final
manufactureName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softwareName String
final
softwareVersion Version
final

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