ExtendJson extension

on

Methods

extend(Map source, [Iterable<Map>? sources]) Map
A Dart port of classic extend() method from jQuery. It extends an existing Mutable Map with another source. It can be extended by multiple additional sources in a sequence.