ConfigurationValidator class

Validates Json2Dart configuration and settings

This validator ensures configuration files are properly formatted, contain valid settings, and have accessible file paths.

Constructors

ConfigurationValidator({bool verbose = false})

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
validateApiConfiguration(String apiName, Map<String, dynamic> apiConfig) ValidationResult<void>
Validates API configuration within a page
validateConfiguration(Json2DartConfig config) ValidationResult<void>
Validates a Json2Dart configuration

Operators

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