AppInfo.fromJson constructor

AppInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

AppInfo.fromJson(Map<String, dynamic> json)
    : appIdAndroid = json['appId'],
      appKeyAndroid = json['appKey'],
      appIdIos = '',
      appKeyIos = '',
      developerId = json['developerId'];