PageValidationService class

Service for validating page generation inputs and paths.

This service handles all validation logic for page generation, including checking for existing pages, validating feature existence, and ensuring required directories exist.

Constructors

PageValidationService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validatePaths(PageConfig config) bool
Validates paths and checks for conflicts.

Operators

operator ==(Object other) bool
The equality operator.
inherited