createBindContext function
Implementation
Expression createBindContext(ServerParam param) {
return refer((BindContextImpl).name).newInstanceNamed(
'from',
[
refer('context'),
],
{
'nameOfParameter': literalString(param.name),
'parameterType': refer(param.type),
},
);
}