Arrow Functions in Dart
Arrow Functions are a short and concise manner to represent functions in Dart. Arrow functions are also called Lambda Functions. But here remember that by using the Arrow function’s syntax you can only return one expression. It must be only one line ...
jaytillu.hashnode.dev3 min read