MediaSize class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
height
↔ int
Height (in micrometers) of the media used for printing.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
toJS
→ MediaSize
no setter
vendorId
↔ String
Vendor-provided ID, e.g. "iso_a3_297x420mm" or "na_index-3x5_3x5in".
Possible values are values of "media" IPP attribute and can be found on
IANA page .
getter/setter pair
width
↔ int
Width (in micrometers) of the media used for printing.
getter/setter pair
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited