merge method

void merge(
  1. Map<String, dynamic> v
)

Implementation

void merge(Map<String, dynamic> v) => values.addAll(v);