SchemaAlreadyExistsException constructor

SchemaAlreadyExistsException({
  1. String? message,
})

Implementation

SchemaAlreadyExistsException({
  this.message,
});