NetpbmAsciiEncoder constructor

const NetpbmAsciiEncoder({
  1. NetpbmFormat? format,
})

Creates a new ASCII Netpbm encoder with the given format.

Implementation

const NetpbmAsciiEncoder({super.format});