PackageScore class

Mixed in types
Annotations
  • @MappableClass()

Constructors

PackageScore({required int grantedPoints, required int maxPoints, required int likeCount, required double? popularityScore, required List<String> tags, required DateTime lastUpdated})

Properties

copyWith PackageScoreCopyWith<PackageScore, PackageScore, PackageScore>
no setterinherited
grantedPoints int
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdated DateTime
final
likeCount int
final
maxPoints int
final
popularityScore double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>
final

Methods

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

Operators

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

Constants

fromJson → const PackageScore Function(String json)
fromMap → const PackageScore Function(Map<String, dynamic> map)