Skip to content

Constructor type being linked to property #2007

Closed
@Levi-Lesches

Description

@Levi-Lesches

Consider the following:

class Temp {
  final int temp;
  
  Temp (this.temp);
}

In the docs for this class, clicking on the Temp of the constructor links to temp the property. Is there any way to get around this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions