MsgGetData constructor

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

Implementation

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