@JsonSerializable(includeIfNull: false) const factory WalletData({ required Listing listing, required bool installed, }) = _WalletData;