PropertyNameSuggestion constructor

PropertyNameSuggestion({
  1. String? propertyName,
})

Implementation

PropertyNameSuggestion({
  this.propertyName,
});