GetRegistrationListResponse constructor
const
GetRegistrationListResponse({
- required List<
UserRegistration> registrations,
Implementation
const factory GetRegistrationListResponse({required List<UserRegistration> registrations}) = _GetRegistrationListResponse;