GenerateApi class
GenerateApi
Constructors
- GenerateApi(ApiClient _apiClient)
- Constructor
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generate(
EncodeBarcodeType barcodeType, String data, {EncodeDataType? dataType, BarcodeImageFormat? imageFormat, CodeLocation? textLocation, String? foregroundColor, String? backgroundColor, GraphicsUnit? units, double? resolution, double? imageHeight, double? imageWidth, int? rotationAngle}) → Future< Uint8List> - Generate barcode using GET request with parameters in route and query string.
-
generateBody(
GenerateParams generateParams) → Future< Uint8List> - Generate barcode using POST request with parameters in body in json or xml format.
-
generateMultipart(
EncodeBarcodeType barcodeType, String data, {EncodeDataType? dataType, BarcodeImageFormat? imageFormat, CodeLocation? textLocation, String? foregroundColor, String? backgroundColor, GraphicsUnit? units, double? resolution, double? imageHeight, double? imageWidth, int? rotationAngle}) → Future< Uint8List> - Generate barcode using POST request with parameters in multipart form.
-
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