Severity: AnalysisErrorSeverity.WARNING
Maturity: stable
Since 1.0.0
When the same prop appears on a builder more than once, the last one set "wins" - so no runtime error will occur as a result of the duplicate setter.
However - the presence of duplicate setters is most likely a typo.