MediaSize class

Constructors

MediaSize({required int width, required int height, required String vendorId})
MediaSize.fromJS(MediaSize _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
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 setterinherited
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

Operators

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