const Remote({ required this.path, required this.method, this.enablePaging, this.headers, }) : super(method, path);