Open matanlurey opened 3 months ago
Summary: The public_member_api_docs
lint incorrectly flags a method in a mixin as undocumented, even though the method is documented in a superclass mixin. This occurs when a mixin inherits from multiple mixins, each of which overrides the same method with different optional parameters.
The analyzer and dartdoc understand this is documented, but the lint rule does not:
Dart SDK version: 3.5.0 (stable) (Tue Jul 30 02:17:59 2024 -0700) on "macos_arm64"