mergeFrom method
Implementation
@override
Future<void> mergeFrom(IPoiholderCollection other) async {
await other.forEach((action) {
add(action);
});
}
@override
Future<void> mergeFrom(IPoiholderCollection other) async {
await other.forEach((action) {
add(action);
});
}