From 74d82356eab0215c08f6ec083826e48c22bccccd Mon Sep 17 00:00:00 2001 From: SlayerOrnstein <6075693+SlayerOrnstein@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:11:08 -0500 Subject: [PATCH] docs: add docs for `MinimalItem.vaultDate` and `MinimailItem.vaulted` --- lib/src/models/warframe_items/minimal_item.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/models/warframe_items/minimal_item.dart b/lib/src/models/warframe_items/minimal_item.dart index 5df9b0e..1a4a6b6 100644 --- a/lib/src/models/warframe_items/minimal_item.dart +++ b/lib/src/models/warframe_items/minimal_item.dart @@ -27,8 +27,10 @@ class MinimalItem extends Item { return _$MinimalItemFromJson(json); } + /// Incase of a prime item this will be the date the item was vaulted. final String? vaultDate; + /// Incase of a prime item this is whether the item is vaulted or not. final bool? vaulted; @override