DeviceReader class

Parses DartObject into an object of type Device

Inheritance

Constructors

DeviceReader({DeviceTypeReader? deviceTypeReader, ResolutioReader? resolutioReader})
Creates a new object of DeviceReader

Properties

deviceTypeReader DeviceTypeReader
A reader capable of parsing an DartObject into DeviceType
final
hashCode int
The hash code for this object.
no setterinherited
resolutioReader ResolutioReader
A reader capable of parsing an DartObject into Resolution
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
read(DartObject object) → Device
Parses object into ReadType
override
toString() String
A string representation of this object.
inherited

Operators

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