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