Skip to content

Hide "noSuchMethod" #4033

Open
Open
@jpdup

Description

@jpdup

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."

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions