Days 5-6: Collections and Object-Oriented Programming (OOP)
Objective:
Learn list, set, map.
Start with basic OOP concepts: classes, objects, properties, methods.
1. Collections in Dart
1.1 List:
A list is an ordered collection of items. Lists in Dart are similar to arrays in other languages.
void main()...
ahliweb.id4 min read