CommitComment constructor
CommitComment({ - int? id,
- int? line,
- int? position,
- String? path,
- String? apiUrl,
- String? commitId,
- DateTime? createdAt,
- String? htmlUrl,
- DateTime? updatedAt,
- String? body,
- String? authorAssociation,
- String? nodeId,
- ReactionRollup? reactions,
- User? user,
})
Implementation
CommitComment({
this.id,
this.line,
this.position,
this.path,
this.apiUrl,
this.commitId,
this.createdAt,
this.htmlUrl,
this.updatedAt,
this.body,
// Properties from the Timeline API
this.authorAssociation,
this.nodeId,
this.reactions,
this.user,
});