deletedObjects property

List<Map<String, dynamic>> deletedObjects
final

This list contains newly deleted objects (compared with the previous snapshot) from a snapshot only after the developer registers a snapshot listener.

Otherwise, value of this is empty list.

Implementation

final List<Map<String, dynamic>> deletedObjects;