Skip to content

Commit

Permalink
docs: add docs for MinimalItem.vaultDate and MinimailItem.vaulted
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein committed Jan 30, 2024
1 parent 7373e32 commit 74d8235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/models/warframe_items/minimal_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74d8235

Please sign in to comment.