IconInfo class

Constructors

IconInfo({required int size, required String url})
IconInfo.fromJS(IconInfo _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
A number representing the width and height of the icon. Likely values include (but are not limited to) 128, 48, 24, and 16.
getter/setter pair
toJS → IconInfo
no setter
url String
The URL for this icon image. To display a grayscale version of the icon (to indicate that an extension is disabled, for example), append ?grayscale=true to the URL.
getter/setter pair

Methods

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

Operators

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