Repository class

Annotations
  • @JsonSerializable()

Constructors

Repository({required String defaultBranch, required String htmlUrl, required String id, required bool isAuthenticationEnabled, required Owner owner, required String provider, String? language, String? publicSshKey, String? username})
Repository.fromJson(Map<String, dynamic> json)
factory

Properties

defaultBranch String
final
hashCode int
The hash code for this object.
no setterinherited
htmlUrl String
final
id String
final
isAuthenticationEnabled bool
final
language String?
final
owner Owner
final
provider String
final
publicSshKey String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
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

Static Methods

idFromJson(dynamic id) String