InvalidSchemaDocException constructor

InvalidSchemaDocException({
  1. String? message,
})

Implementation

InvalidSchemaDocException({
  this.message,
});