updateWithLinkParams abstract method

void updateWithLinkParams({
  1. required Map<String, Set<String>> linkParamMap,
  2. required Map<String, String> paramTypeMap,
})

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,
});