Package class

Annotations
  • @freezed

Constructors

Package({required String id, required String name, required String fontFamily, required String? fontPackage, required int lastId, @JsonKey(toJson: _iconsToJsonList) required List<SvgIcon> icons})
factory
Package.fromJson(Json json)
factory

Properties

copyWith → $PackageCopyWith<Package>
no setterinherited
fontFamily String
no setterinherited
fontPackage String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icons List<SvgIcon>
no setterinherited
id String
no setterinherited
lastId int
no setterinherited
name String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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