GetAvailableFontsRequest class
Request model for GetAvailableFonts operation.
- Implemented types
Constructors
- GetAvailableFontsRequest.new({String? fontsLocation, SendDataProgressCallback? sendDataProgressCallback, ReceiveDataProgressCallback? receiveDataProgressCallback})
Properties
- fontsLocation → String?
-
The folder in cloud storage with custom fonts.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- receiveDataProgressCallback → ReceiveDataProgressCallback?
-
Response receive data progress callback
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendDataProgressCallback → SendDataProgressCallback?
-
Request send data progress callback
final
Methods
-
createRequestData(
ApiClient _apiClient) → Future< ApiRequestData> -
override
-
deserializeResponse(
ApiClient _apiClient, Map< String, String> _headers, ByteData? _body) → dynamic -
override
-
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