GuestInstalledApplicationList constructor

GuestInstalledApplicationList({
  1. List<GuestInstalledApplication>? entries,
})

Implementation

GuestInstalledApplicationList({
  this.entries,
});