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.