menu
open_api_forked package
documentation
v3.dart
APIServerVariable
APIServerVariable constructor
APIServerVariable constructor
dark_mode
light_mode
APIServerVariable
constructor
APIServerVariable
(
String
?
defaultValue
, {
List
<
String
>
?
availableValues
,
String
?
description
,
})
Implementation
APIServerVariable(this.defaultValue, {this.availableValues, this.description});
open_api_forked package
documentation
v3
APIServerVariable
APIServerVariable constructor
APIServerVariable class