PigeonSnapshotMetadata constructor

PigeonSnapshotMetadata({
  1. required bool hasPendingWrites,
  2. required bool isFromCache,
})

Implementation

PigeonSnapshotMetadata({
  required this.hasPendingWrites,
  required this.isFromCache,
});