FacetInUseException constructor

FacetInUseException({
  1. String? message,
})

Implementation

FacetInUseException({
  this.message,
});