SymbolsMetadata class

This class represents the metadata for an icon in the Material Symbols collection.

Constructors

SymbolsMetadata({String? originalName, required int popularity, required int codepoint, required List<int> categories, required List<int> tags, bool rtlAutoMirrored = false})
SymbolsMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

categories List<int>
getter/setter pair
codepoint int
getter/setter pair
codePointsFromCodePointsFiles List<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
originalName String?
getter/setter pair
popularity int
getter/setter pair
rtlAutoMirrored bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<int>
getter/setter pair

Methods

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

Operators

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