JiraExpressionEvalContextBean constructor

JiraExpressionEvalContextBean({
  1. int? board,
  2. List<CustomContextVariable>? custom,
  3. int? customerRequest,
  4. IdOrKeyBean? issue,
  5. JexpIssues? issues,
  6. IdOrKeyBean? project,
  7. int? serviceDesk,
  8. int? sprint,
})

Implementation

JiraExpressionEvalContextBean(
    {this.board,
    List<CustomContextVariable>? custom,
    this.customerRequest,
    this.issue,
    this.issues,
    this.project,
    this.serviceDesk,
    this.sprint})
    : custom = custom ?? [];