SchemaViolation constructor
Creates a SchemaViolation at path with message.
Implementation
const SchemaViolation({required this.path, required this.message});
Creates a SchemaViolation at path with message.
const SchemaViolation({required this.path, required this.message});