Device class

Constructors

Device({required String info, required String deviceName, required List<Session> sessions})
Device.fromJS(Device _wrapped)

Properties

deviceName String
The name of the foreign device.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
info String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessions List<Session>
A list of open window sessions for the foreign device, sorted from most recently to least recently modified session.
getter/setter pair
toJS → Device
no setter

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