ImageFormatSupport constructor

ImageFormatSupport(
  1. String format,
  2. bool read,
  3. bool write
)

Implementation

ImageFormatSupport(this.format, this.read, this.write);