MergeInput constructor
const
MergeInput(
- MergeInputType type, {
- String? path,
- Uint8List? bytes,
Implementation
const MergeInput(this.type, {this.path, this.bytes})
: assert((path != null) != (bytes != null));