ListRegistrationsResponse constructor
ListRegistrationsResponse({
- String? nextPageToken,
- List<
Registration> ? registrations,
Implementation
ListRegistrationsResponse({
this.nextPageToken,
this.registrations,
});