menu
spiffynode package
documentation
spiffy_node.dart
MsgGetData
addInvVect method
addInvVect method
dark_mode
light_mode
addInvVect
method
void
addInvVect
(
InvVect
inv
)
Add inventory item to request
Implementation
void addInvVect(InvVect inv) { invList.add(inv); }
spiffynode package
documentation
spiffy_node
MsgGetData
addInvVect method
MsgGetData class