IcoFile class

A class for parsing ICO files.

Constructors

IcoFile.fromBytes(Uint8List bytes)
Creates an IcoFile from a Uint8List.
factory

Properties

directoryEntries List<IconDirectoryEntry>
The icon directory entries of the ICO file.
final
hashCode int
The hash code for this object.
no setterinherited
The header of the ICO file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() Uint8List
Creates a Uint8List from an IcoFile.
toString() String
A string representation of this object.
inherited

Operators

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