WebApiModulesHomeControlsContainerItemEmptyContainerItemResponse constructor

WebApiModulesHomeControlsContainerItemEmptyContainerItemResponse({
  1. String? inContractId,
  2. int? status,
  3. bool? success,
  4. String? msg,
})

Implementation

WebApiModulesHomeControlsContainerItemEmptyContainerItemResponse({
  this.inContractId,
  this.status,
  this.success,
  this.msg,
});