IssueResponse class

Annotations
  • @JsonSerializable()

Constructors

IssueResponse({required int id, required String nodeId, required String url, required String repositoryUrl, required String labelsUrl, required String commentsUrl, required String eventsUrl, required String htmlUrl, required int number, required String state, required String title, required String? body, required UserResponse user})
IssueResponse.fromJson(Map<String, dynamic> json)
factory

Properties

body String?
getter/setter pair
commentsUrl String
getter/setter pair
eventsUrl String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
htmlUrl String
getter/setter pair
id int
getter/setter pair
labelsUrl String
getter/setter pair
nodeId String
getter/setter pair
number int
getter/setter pair
repositoryUrl String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
getter/setter pair
title String
getter/setter pair
url String
getter/setter pair
user UserResponse
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.
override

Operators

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