Category: Software Development

Method parameters in Dart are written differently to other languages I’m familiar with. After getting myself confused multiple times I’m writing this as a reference for my future self and anyone else who might be in the same position as me. Examples you can play with: https://dartpad.dev/df02fd4952b91e85c2ec08e7d97f289e Standard Parameters Each parameter defined this way is […]

Read more