PropertyRuleIssueDetails constructor
PropertyRuleIssueDetails({
- required SourceCodeLocation sourceCodeLocation,
- required PropertyRuleIssueReason propertyRuleIssueReason,
- String? propertyValue,
Implementation
PropertyRuleIssueDetails(
{required this.sourceCodeLocation,
required this.propertyRuleIssueReason,
this.propertyValue});