metadata property

Metadata about this snapshot concerning its source and if it has local modifications.

Implementation

SnapshotMetadataPlatform get metadata {
  return SnapshotMetadataPlatform(
    _metadata.hasPendingWrites,
    _metadata.isFromCache,
  );
}