GetAction constructor

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

Implementation

GetAction(String path, {this.url = ""})
    : super(path, "GET", isFetching: true);