JqlFunctionPrecomputationBean constructor

JqlFunctionPrecomputationBean({
  1. List<String>? arguments,
  2. DateTime? created,
  3. String? field,
  4. String? functionKey,
  5. String? functionName,
  6. String? id,
  7. String? operator$,
  8. DateTime? updated,
  9. DateTime? used,
  10. String? value,
})

Implementation

JqlFunctionPrecomputationBean(
    {List<String>? arguments,
    this.created,
    this.field,
    this.functionKey,
    this.functionName,
    this.id,
    this.operator$,
    this.updated,
    this.used,
    this.value})
    : arguments = arguments ?? [];