mergePartialAndUserVariables method
Merge the partial variables with the user variables.
Implementation
@protected
Map<String, Object> mergePartialAndUserVariables(
final Map<String, dynamic> userVariables,
) {
return {...?partialVariables, ...userVariables};
}