GoogleFirebaseAppcheckV1betaListDebugTokensResponse constructor
GoogleFirebaseAppcheckV1betaListDebugTokensResponse({
- List<
GoogleFirebaseAppcheckV1betaDebugToken> ? debugTokens, - String? nextPageToken,
Implementation
GoogleFirebaseAppcheckV1betaListDebugTokensResponse({
this.debugTokens,
this.nextPageToken,
});