ValidateProjectConfigUseCase class
Use case for validating project configuration
Constructors
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
-
execute(
ProjectConfig config) → List< String> - Validates the project configuration and returns validation errors
-
isValidOrganizationName(
String name) → bool - Validates organization name format
-
isValidProjectName(
String name) → bool - Validates project name format
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited