GeneratedClientSchemaMismatchException constructor
Creates a schema-mismatch error for a stale generated client file.
Implementation
const GeneratedClientSchemaMismatchException({
required this.outputPath,
required this.diff,
});
Creates a schema-mismatch error for a stale generated client file.
const GeneratedClientSchemaMismatchException({
required this.outputPath,
required this.diff,
});