menu
googleapis package
documentation
sourcerepo/v1.dart
ListReposResponse
ListReposResponse constructor
ListReposResponse constructor
dark_mode
light_mode
ListReposResponse
constructor
ListReposResponse
(
{
String
?
nextPageToken
,
List
<
Repo
>
?
repos
,
})
Implementation
ListReposResponse({ this.nextPageToken, this.repos, });
googleapis package
documentation
sourcerepo/v1
ListReposResponse
ListReposResponse constructor
ListReposResponse class