add method
Folds an entity into the accumulator.
Implementation
void add(DatumEntityInterface entity) => addMap(entity.toDatumMap(target: MapTarget.remote));
Folds an entity into the accumulator.
void add(DatumEntityInterface entity) => addMap(entity.toDatumMap(target: MapTarget.remote));