MobileApplication.fromJson constructor
- Map _json
Implementation
MobileApplication.fromJson(core.Map _json) {
if (_json.containsKey("appStore")) {
appStore = _json["appStore"];
}
if (_json.containsKey("externalAppId")) {
externalAppId = _json["externalAppId"];
}
}