OpenApiClientGenerator class
Constructors
- OpenApiClientGenerator({required SwaggerToDartConfig config})
-
const
Properties
- config → SwaggerToDartConfig
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateQueriesClass(
List< OpenApiPathMethodParameter> queries, String name) → String -
generator(
{required OpenApiPaths path, required String clientName, required List< String> tagPaths}) → ({String content, String filename}) -
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