JiraExpressionComplexity constructor

JiraExpressionComplexity({
  1. required String expensiveOperations,
  2. Map<String, dynamic>? variables,
})

Implementation

JiraExpressionComplexity({required this.expensiveOperations, this.variables});