menu
revali_swagger package
documentation
models/swagger_server.dart
SwaggerInfo
SwaggerInfo.new const constructor
SwaggerInfo.new const constructor
dark_mode
light_mode
SwaggerInfo
constructor
const
SwaggerInfo
(
{
required
String
title
,
required
String
version
,
String
?
description
,
})
Implementation
const SwaggerInfo({ required this.title, required this.version, this.description, });
revali_swagger package
documentation
models/swagger_server
SwaggerInfo
SwaggerInfo.new const constructor
SwaggerInfo class