IconInfo class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
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