PropertyRuleIssueDetails constructor

PropertyRuleIssueDetails({
  1. required SourceCodeLocation sourceCodeLocation,
  2. required PropertyRuleIssueReason propertyRuleIssueReason,
  3. String? propertyValue,
})

Implementation

PropertyRuleIssueDetails({
  required this.sourceCodeLocation,
  required this.propertyRuleIssueReason,
  this.propertyValue,
});