GetRegistrationListResponse constructor

const GetRegistrationListResponse({
  1. required List<UserRegistration> registrations,
})

Implementation

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