PptParams class

Constructors

PptParams({String? scheme, bool useServerWrap = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?
更改动态 ppt 请求时的请求协议,可以将 https://www.exmaple.com/1.pptx 更改成 scheme://www.example.com/1.pptx
getter/setter pair
useServerWrap bool
开启/关闭动态 PPT 服务端排版功能
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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