menu
puma_network package
documentation
redux/api/apiAction.dart
PutAction
PutAction constructor
PutAction constructor
dark_mode
light_mode
PutAction
constructor
PutAction
(
String
path
,
Object
body
, {
String
?
json
,
String
url
=
""
,
})
Implementation
PutAction(String path, this.body, {this.json, this.url = ""}) : super(path, "PUT");
puma_network package
documentation
redux/api/apiAction
PutAction
PutAction constructor
PutAction class