UnpubPackage class

Annotations
  • @JsonSerializable()

Constructors

UnpubPackage(String name, List<UnpubVersion> versions, bool private, List<String>? uploaders, DateTime createdAt, DateTime updatedAt, int? download)
UnpubPackage.fromJson(Map<String, dynamic> map)
factory

Properties

createdAt DateTime
final
download int?
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
private bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime
final
uploaders List<String>?
final
versions List<UnpubVersion>
final

Methods

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

Operators

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