WebAppInfo.fromJson constructor
Creates a WebAppInfo object from JSON object
Implementation
factory WebAppInfo.fromJson(Map<String, dynamic> json) =>
_$WebAppInfoFromJson(json);
Creates a WebAppInfo object from JSON object
factory WebAppInfo.fromJson(Map<String, dynamic> json) =>
_$WebAppInfoFromJson(json);