LicenseDetails class

Annotations
  • @JsonSerializable()

Constructors

LicenseDetails({String? name, String? path, String? sha, int? size, Uri? url, Uri? htmlUrl, Uri? gitUrl, Uri? downloadUrl, String? type, String? content, String? encoding, Links? links, LicenseKind? license})
LicenseDetails.fromJson(Map<String, dynamic> json)
factory

Properties

content String?
final
downloadUrl Uri?
final
encoding String?
final
gitUrl Uri?
final
hashCode int
The hash code for this object.
no setterinherited
htmlUrl Uri?
final
license LicenseKind?
final
final
name String?
final
path String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha String?
final
size int?
final
type String?
final
url Uri?
final

Methods

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

Operators

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