Every programming language can provide the OOP paradigm in its own way, with partial or full support, by applying some or all of the following principles:
Dart applies many of the principles with many particularities. So, let's reinforce the available OOP techniques and structures to use this paradigm in the Dart language.