AttributeDoesNotExist constructor

AttributeDoesNotExist({
  1. double? boxUsage,
})

Implementation

AttributeDoesNotExist({
  this.boxUsage,
});