Open
Description
Given a simple class like
class Foobar {
}
Pana will report public API as
METHODS section
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
(inherited)
Pana lists the inherited noSuchMethod from Object in the methods section for a simple class. While it's marked as 'inherited,' it might be better to either exclude such fundamental inherited methods from the main methods list or present them in a separate 'Inherited Methods' section for better clarity, especially for very basic classes."