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?
getter/setter pair
downloadUrl Uri?
getter/setter pair
encoding String?
getter/setter pair
gitUrl Uri?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
htmlUrl Uri?
getter/setter pair
license LicenseKind?
getter/setter pair
getter/setter pair
name String?
getter/setter pair
path String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha String?
getter/setter pair
size int?
getter/setter pair
type String?
getter/setter pair
url Uri?
getter/setter pair

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