IssueComment constructor

IssueComment({
  1. String? body,
  2. String? createTime,
  3. String? name,
  4. String? updateTime,
})

Implementation

IssueComment({this.body, this.createTime, this.name, this.updateTime});