CreatedIssue constructor

CreatedIssue({
  1. String? id,
  2. String? key,
  3. String? self,
  4. NestedResponse? transition,
  5. NestedResponse? watchers,
})

Implementation

CreatedIssue({this.id, this.key, this.self, this.transition, this.watchers});