IssueContextVariable constructor

IssueContextVariable({
  1. int? id,
  2. String? key,
  3. required String type,
})

Implementation

IssueContextVariable({this.id, this.key, required this.type});