RoutesGenerator class
Constructors
-
RoutesGenerator.new({required Map<
String, Map< paths, required String mainPath})String, HttpMethodInfo> >
Properties
Methods
-
generateRoutes(
) → void - 📌 Parses Swagger JSON and generates a Dart class with grouped API route constants.
-
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