ListScopesResponse constructor

ListScopesResponse({
  1. String? nextPageToken,
  2. List<Scope>? scopes,
})

Implementation

ListScopesResponse({
  this.nextPageToken,
  this.scopes,
});