menu
feature_gen_cli package
documentation
types.dart
ApiMethod
ApiMethod.new constructor
ApiMethod.new constructor
dark_mode
light_mode
ApiMethod
constructor
ApiMethod
(
{
Map
<
String
,
dynamic
>
?
params
,
Map
<
String
,
dynamic
>
?
body
,
Map
<
String
,
dynamic
>
?
query
,
String
?
response
,
bool
responseIsList
=
false
,
})
Implementation
ApiMethod({this.params, this.body, this.query, this.response, this.responseIsList = false});
feature_gen_cli package
documentation
types
ApiMethod
ApiMethod.new constructor
ApiMethod class