swaggerConstruct function
Construct<RevaliDirectory>
swaggerConstruct([
- ConstructOptions? options
Implementation
Construct swaggerConstruct([ConstructOptions? options]) {
final settings = SwaggerSettings.fromJson(options?.values ?? {});
return SwaggerConstruct(settings);
}