WebImages constructor

WebImages(
  1. String name,
  2. Uint8List bytes
)

Implementation

WebImages(this.name,this.bytes);