InstallsListResponse constructor

InstallsListResponse({
  1. List<Install>? install,
})

Implementation

InstallsListResponse({
  this.install,
});