AiutaIcon class

Annotations
  • @JsonSerializable()

Constructors

AiutaIcon({required String path, bool shouldRenderAsIs = false})
AiutaIcon.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
path String
The path to the icon.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldRenderAsIs bool
If true, the icon will be rendered as is, without any modifications. This is useful for icons that are already colored. If false, the icon will be colored according to the theme. Default is false.
final

Methods

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

Operators

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