paramWithArg property

RegExp paramWithArg
getter/setter pair

matches param(arg)

Implementation

static RegExp paramWithArg = RegExp(r'^(\w+)(\((.+)\))?$');