SMCatFile class

Constructors

SMCatFile(String pathTo)

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
no setter
pageNo int
getter/setter pair
pathTo String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
svgFile SvgFile
no setter
svgPath String
no setter
width int
no setter

Methods

compareTo(SMCatFile other) int
convert({required bool force, Progress progress = noOp}) Future<SvgFile>
creates an Svg image from the smcat file.
isConversionRequired() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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