ListWebPathsResponse constructor

ListWebPathsResponse({
  1. String? nextPageToken,
  2. List<WebPath>? webPaths,
})

Implementation

ListWebPathsResponse({this.nextPageToken, this.webPaths});