AppManualAppInfo.fromJson constructor

AppManualAppInfo.fromJson(
  1. Map json_
)

Implementation

AppManualAppInfo.fromJson(core.Map json_)
  : this(displayName: json_['displayName'] as core.String?);