code_builder
code_builder copied to clipboard
Would like a (typeless) parameter shorthand.
AFAICT, the shortest way to add (foo) to your parameter list is Parameter((b) => b..name = 'foo', feels like there could be something shorter? Maybe there is an I just didn't find it in the code?