AllocateInfo constructor

AllocateInfo({
  1. List<String>? unusedArguments,
})

Implementation

AllocateInfo({
  this.unusedArguments,
});