CheckSchema.forDialects constructor
const
CheckSchema.forDialects(})
Uses explicit dialect expressions; omitted engines remain unsupported.
Implementation
const CheckSchema.forDialects(
this.name, {
required this.sqlite,
required this.postgres,
this.mysql,
this.mariadb,
});