Skip to content

Why devMode is marked as @internal? #1620

Closed
@feinstein

Description

@feinstein

Problem Statement

devMode is marked as @internal so we get a warning when we try to use it:

  @internal
  bool devMode = false;

Is there a reason for this to be @internal? I can see it being useful to be used as devMode = kDebugMode. This way we get exceptions when we are developing.

Solution Brainstorm

No response

Are you willing to submit a PR?

None

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions