ListVerificationsResponse constructor

ListVerificationsResponse({
  1. String? nextPageToken,
  2. List<Verification>? verifications,
})

Implementation

ListVerificationsResponse({
  this.nextPageToken,
  this.verifications,
});