MsgInv constructor

MsgInv({
  1. List<InvVect>? invList,
})

Implementation

MsgInv({List<InvVect>? invList}) : invList = invList ?? <InvVect>[];