MissingParameter constructor

MissingParameter({
  1. double? boxUsage,
})

Implementation

MissingParameter({
  this.boxUsage,
});