updateWithLinkParams abstract method
void
updateWithLinkParams({})
Updates content
, params and paramTypeMap
according to the new linked parameters
Implementation
void updateWithLinkParams({
required Map<String, Set<String>> linkParamMap,
required Map<String, String> paramTypeMap,
});