WBConvertConfig class
The configurations class of whiteboard doc convert.
白板文件转码配置类。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- WBConvertConfig.new({WBConvertType? type = WBConvertType.JPG, bool? needThumb = false})
- Constructs a WBConvertConfig
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- needThumb ↔ bool?
-
Whether need thumbnails. Default: false.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ WBConvertType?
-
Whiteboard doc convert type, WBConvertType enum type. Default: WBConvertType.JPG.
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