DesktopInfo constructor

DesktopInfo({
  1. String? desktopFallbackLink,
})

Implementation

DesktopInfo({
  this.desktopFallbackLink,
});