HttpData constructor

HttpData({
  1. String? listUrl,
})

Implementation

HttpData({
  this.listUrl,
});