PackageScoreCard class

Mixed in types
Annotations
  • @MappableClass()

Constructors

PackageScoreCard({required String packageName, required String packageVersion, required String runtimeVersion, required DateTime updated, required DartdocReport? dartdocReport, required PanaReport? panaReport, required String? taskStatus})

Properties

copyWith PackageScoreCardCopyWith<PackageScoreCard, PackageScoreCard, PackageScoreCard>
no setterinherited
dartdocReport DartdocReport?
final
hashCode int
The hash code for this object.
no setterinherited
packageName String
final
packageVersion String
final
panaReport PanaReport?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeVersion String
final
taskStatus String?
final
updated DateTime
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 PackageScoreCard Function(String json)
fromMap → const PackageScoreCard Function(Map<String, dynamic> map)