AttachRequestArguments constructor

AttachRequestArguments({
  1. Object? restart,
})

Implementation

AttachRequestArguments({
  this.restart,
});