Merge other values into this controller. Values in other overwrite existing ones.
other
void merge(Map<String, dynamic>? other) { if (other == null || other.isEmpty) return; _args.addAll(other); }