SnapshotMetadataPlatform constructor

SnapshotMetadataPlatform(
  1. bool hasPendingWrites,
  2. bool isFromCache
)

Create an instance of SnapshotMetadataPlatform

Implementation

SnapshotMetadataPlatform(this.hasPendingWrites, this.isFromCache);