ResolutioReader class

Parses DartObject into an object of type Resolution

Inheritance

Constructors

ResolutioReader({DeviceSizeReader? deviceSizeReader})
Creates a new object of ResolutioReader

Properties

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

Operators

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