Contoh Fungsi SHORTHAND (Panah Sintaks)

flybyObjects.where((name) => name.contains('turn')).forEach(print);
CoderHomie