IncompatibleSchemaException constructor

IncompatibleSchemaException({
  1. String? message,
})

Implementation

IncompatibleSchemaException({
  this.message,
});