A description of a material design icon.

See Icons for a number of predefined icons.

Constructors

IconData(int codePoint)

Creates icon data.

const

Properties

codePoint int

The unicode code point at which this icon is stored in the icon font.

read-only
hashCode int

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

Methods

toString() String

Returns a string representation of this object.

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited