NetpbmBinaryEncoder constructor

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

Creates a new binary Netpbm encoder with the given format.

Implementation

const NetpbmBinaryEncoder({super.format});