ListSnapshotsResponse constructor

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

Implementation

ListSnapshotsResponse({this.nextPageToken, this.snapshots});