extend library

Extensions

ExtendJson on Map

Functions

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