DeleteAction constructor

DeleteAction(
  1. String path, {
  2. String url = "",
})

Implementation

DeleteAction(String path, {this.url = ""}) : super(path, "DELETE");