PanaReport class

Mixed in types
Annotations
  • @MappableClass()

Constructors

PanaReport({required DateTime? timestamp, required PanaRuntimeInfo? panaRuntimeInfo, required String? reportStatus, required List<String>? derivedTags, required List<String>? allDependencies, required List<License>? licenses, required Report? report, required Result? result, required List? screenshots, required List? urlProblems})

Properties

allDependencies List<String>?
final
copyWith PanaReportCopyWith<PanaReport, PanaReport, PanaReport>
no setterinherited
derivedTags List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
licenses List<License>?
final
panaRuntimeInfo PanaRuntimeInfo?
final
report Report?
final
reportStatus String?
final
result Result?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshots List?
final
timestamp DateTime?
final
urlProblems List?
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 PanaReport Function(String json)
fromMap → const PanaReport Function(Map<String, dynamic> map)