DesktopInfo.fromJson constructor

DesktopInfo.fromJson(
  1. Map json_
)

Implementation

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