Skip to content

invisible TODO #61568

@stephane-archer

Description

@stephane-archer
@immutable
class SelectedLutPathState {
  final String? selectedLutPath;
  // TODO: visible
  final String? selectedLutLowQualityPreviewImagePath;
  const SelectedLutPathState(
      this.selectedLutLowQualityPreviewImagePath, this.selectedLutPath);
      // TODO: visible
} // TODO: invisible
// TODO invisible

the TODOs at the end of the file are not reported in VScode

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3A lower priority bug or feature requestarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions