Open madranet opened 4 years ago
Its there the use of this is explicitly shown in functions lesson, For detail reference watch from 8:00 of video number 78 of same lesson
Thank you
On Sat, Jun 18, 2022, 5:46 PM Arsh-78 @.***> wrote:
Its there the use of this is explicitly shown in functions lesson, For detail reference watch from 8:00 of video number 78 of same lesson
— Reply to this email directly, view it on GitHub https://github.com/londonappbrewery/Flutter-Course-Resources/issues/30#issuecomment-1159513443, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQC5IYJIU3WARRDESLYAU5LVPX4NHANCNFSM4PGR6BUA . You are receiving this because you are subscribed to this thread.Message ID: @.*** .com>
In this exercise, it turns out to be necessary to write the
add()
function with its inputs wrapped in curly braces because they are 'named parameters'.However the requirement to use curly braces with named parameters was not mentioned in any of the preceding lessons, or in the optional lessons on dart functions themselves.