ViamImage constructor

ViamImage(
  1. List<int> raw,
  2. MimeType mimeType
)

Implementation

ViamImage(this.raw, this.mimeType);