NoSuchDomain constructor

NoSuchDomain({
  1. double? boxUsage,
})

Implementation

NoSuchDomain({
  this.boxUsage,
});