PostData constructor

PostData({
  1. Uri? urlAPI,
  2. dynamic bodyObj,
})

Implementation

PostData({this.urlAPI, this.bodyObj});