ListUserApplicationsResponse constructor

const ListUserApplicationsResponse({
  1. required List<ApplicationAdminResponse> applications,
})

Implementation

const ListUserApplicationsResponse({required this.applications});