get<T> static method

BuildRequest get<T>({
  1. String path = "",
})

Implementation

static BuildRequest get<T>({String path = ""}) {
  return I.getRequest<T>().setPath(path);
}