MergeInput constructor

const MergeInput(
  1. MergeInputType type, {
  2. String? path,
  3. Uint8List? bytes,
})

Implementation

const MergeInput(this.type, {this.path, this.bytes})
    : assert((path != null) != (bytes != null));