IconBean class

An icon.

Constructors

IconBean({String? link, String? title, String? url16X16})
IconBean.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
The URL of the tooltip, used only for a status icon.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The title of the icon, for use as a tooltip on the icon.
final
url16X16 String?
The URL of a 16x16 pixel icon.
final

Methods

copyWith({String? link, String? title, String? url16X16}) IconBean
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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