factory AppManifestParsedProperties.fromJson(Map<String, dynamic> json) { return AppManifestParsedProperties( scope: json['scope'] as String, ); }