metadata property

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

Implementation

SnapshotMetadataPlatform get metadata {
  return SnapshotMetadataPlatform(
    _data['metadata']['hasPendingWrites'],
    _data['metadata']['isFromCache'],
  );
}