mergeTaskResultValue method

void mergeTaskResultValue(
  1. Map<String, dynamic>? others
)

Implementation

void mergeTaskResultValue(Map<String, dynamic>? others) {
  return addTaskResultValue(null, others);
}