DesktopInfo.fromJson constructor
      
      DesktopInfo.fromJson(
    
    
- Map json_
 
Implementation
DesktopInfo.fromJson(core.Map json_)
  : this(desktopFallbackLink: json_['desktopFallbackLink'] as core.String?);
DesktopInfo.fromJson(core.Map json_)
  : this(desktopFallbackLink: json_['desktopFallbackLink'] as core.String?);