ImageWrapper constructor

ImageWrapper(
  1. String name,
  2. Uint8List data
)

Implementation

ImageWrapper(this.name, this.data);