MergeInput class

A class representing an input for merging PDFs.

It can be created from a file path or a byte array.

Constructors

MergeInput(MergeInputType type, {String? path, Uint8List? bytes})
const
MergeInput.bytes(Uint8List bytes)
Creates a MergeInput from a byte array.
factory
MergeInput.path(String path)
Creates a MergeInput from a file path.
factory

Properties

bytes Uint8List?
final
hashCode int
The hash code for this object.
no setterinherited
path String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type MergeInputType
final

Methods

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