Return a query fragment with the specified placeholder value.
String call([String placeholder = '?']) { return '$_before$placeholder$_after'; }