IconModel class

Constructors

IconModel({int? codePoint, String? fontFamily})

Properties

codePoint int?
getter/setter pair
fontFamily String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collectReferences({String? appId}) Future<List<ModelReference>>
copyWith({int? codePoint, String? fontFamily}) IconModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEntity({String? appId}) IconEntity
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromEntity(IconEntity? entity) Future<IconModel?>
fromEntityPlus(IconEntity? entity, {String? appId}) Future<IconModel?>

Constants

id → const String
packageName → const String