Rizwan Abbasi — Tech Enthusiast

  • Flutter
  • Portfolio
  • Login Secure
  • Github
  • Videos

Flutter Private Properties

Unlike Java, Dart doesn’t have the keywords public, protected, and private. If an identifier starts with an underscore _, it’s private to its library. Libraries not only provide APIs, but are a unit of privacy: identifiers that start with an underscore _ are visible only inside the library. Every Dart app is a library, even if it […]

Read More...
  • Dart
  • Flutter
|  dart flutter Flutter Private Properties private properties
Proudly powered by WordPress and Less Reloaded by Morteza Geransayeh