ListSnapshotsResponse constructor

ListSnapshotsResponse({
  1. List<Snapshot>? snapshots,
})

Implementation

ListSnapshotsResponse({
  this.snapshots,
});