Skip to main content

3 docs tagged with "private"

View all tags

Dart Private

Dart does not have a private keyword like Java. It uses the underscore _ to denote private class and methods.