@JsonSerializable(includeIfNull: false) const factory AppDetails({ required String url, required String name, }) = _AppDetails;