Question - What is encapsulation in Dart?
Answer -
Encapsulation is a technique for hiding property or method while still allowing access to it within the scope of the function. Unlike other object-oriented programming languages, Dart encapsulates data at the library level rather than the class level.