NetpbmHeader class final Output and Comparison

Parsed header information from a Netpbm image.

Annotations

Constructors

NetpbmHeader({required NetpbmFormat format, required int width, required int height, int? max, Iterable<String> comments = const []})
Creates a new Netpbm header with the given values.

Properties

comments List<String>
Comments associated with the image.
final
format NetpbmFormat
The format of the Netpbm image.
final
hashCode int
The hash code for this object.
no setteroverride
height int
The height of the image.
final
max int?
The maximum value of a pixel in the image.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
The width of the image.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override