DeviceReader class
Parses DartObject
into an object of type Device
- Inheritance
-
- Object
- AnnotationReader<
Device> - DeviceReader
Constructors
- DeviceReader({DeviceTypeReader? deviceTypeReader, ResolutioReader? resolutioReader})
- Creates a new object of DeviceReader
Properties
- deviceTypeReader → DeviceTypeReader
-
A reader capable of parsing an
DartObject
intoDeviceType
final - hashCode → int
-
The hash code for this object.
no setterinherited
- resolutioReader → ResolutioReader
-
A reader capable of parsing an
DartObject
intoResolution
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
intoReadType
override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited