ListVerificationsResponse constructor
ListVerificationsResponse({
- String? nextPageToken,
- List<
Verification> ? verifications,
Implementation
ListVerificationsResponse({
this.nextPageToken,
this.verifications,
});