upsertedObjects property

List<Map<String, dynamic>> upsertedObjects
final

This list contains added or modified objects (compared with the previous snapshot) in a snaphot only after the developer registers a snapshot listener.

Otherwise, value of this is empty list.

Implementation

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