PactSendRequest constructor

PactSendRequest({
  1. required List<PactCommand> cmds,
})

Implementation

PactSendRequest({
  required this.cmds,
});