+ flutter dart performance Dart: Is it efficient to write nested functions in methods that are called several times please consider the below code, class A { foo() { int a = logicToGetA(); int _bar() => someOtherLogic(a); // .. int b = _bar(); // .. } } class B { int _bar(int a)... wono | tweet Add comment Do you want to delete? YesNo