CreatedIssue constructor
CreatedIssue({
- String? id,
- String? key,
- String? self,
- NestedResponse? transition,
- NestedResponse? watchers,
Implementation
CreatedIssue({this.id, this.key, this.self, this.transition, this.watchers});