storesWriteResult property

Future<Map<String, bool>>? storesWriteResult
final

A mapping of all stores the tile was written to, to whether that tile was newly created in that store (not updated)

Is a future because the result must come from an asynchronously triggered database write operation.

null if no write operation was necessary/attempted, or the tile did not complete loading successfully.

Implementation

final Future<Map<String, bool>>? storesWriteResult;