IssueTypeToContextMapping constructor

IssueTypeToContextMapping({
  1. required String contextId,
  2. bool? isAnyIssueType,
  3. String? issueTypeId,
})

Implementation

IssueTypeToContextMapping(
    {required this.contextId, bool? isAnyIssueType, this.issueTypeId})
    : isAnyIssueType = isAnyIssueType ?? false;