MoadiJsonData constructor

MoadiJsonData({
  1. String? detail1,
  2. String? detail2,
  3. String? uuid,
  4. int? registerStep,
  5. String? createdType,
  6. int? ownerId,
  7. bool? activeContract,
  8. int? invoicesCount,
  9. int? invoicesSuccessCount,
  10. String? lastContractStatus,
  11. String? rejectReason,
})

Implementation

MoadiJsonData({
  this.detail1,
  this.detail2,
  this.uuid,
  this.registerStep,
  this.createdType,
  this.ownerId,
  this.activeContract,
  this.invoicesCount,
  this.invoicesSuccessCount,
  this.lastContractStatus,
  this.rejectReason,
});