InvVect constructor

InvVect({
  1. required int type,
  2. required Hash hash,
})

Implementation

InvVect({
  required this.type,
  required this.hash,
});