LogEntryAndSnapshot constructor

const LogEntryAndSnapshot(
  1. int logEntryId,
  2. String snapshotName
)

Implementation

const LogEntryAndSnapshot(this.logEntryId, this.snapshotName);