tryParseHeader method
- T input
 
Parses the header information from the Netpbm image.
If the header is invalid or missing, null is returned.
Implementation
NetpbmHeader? tryParseHeader(T input) {
  return _parseHeader(input).$1;
}
Parses the header information from the Netpbm image.
If the header is invalid or missing, null is returned.
NetpbmHeader? tryParseHeader(T input) {
  return _parseHeader(input).$1;
}