ApiPointHistory constructor

ApiPointHistory({
  1. String? idx,
  2. String? fromUserIdx,
  3. ApiShortUser? fromUser,
  4. String? toUserIdx,
  5. ApiShortUser? toUser,
  6. String? reason,
  7. String? taxonomy,
  8. String? entity,
  9. String? categoryIdx,
  10. String? fromUserPointApply,
  11. String? fromUserPointAfter,
  12. String? toUserPointApply,
  13. String? toUserPointAfter,
  14. String? createdAt,
  15. String? updatedAt,
})

Implementation

ApiPointHistory({
  this.idx,
  this.fromUserIdx,
  this.fromUser,
  this.toUserIdx,
  this.toUser,
  this.reason,
  this.taxonomy,
  this.entity,
  this.categoryIdx,
  this.fromUserPointApply,
  this.fromUserPointAfter,
  this.toUserPointApply,
  this.toUserPointAfter,
  this.createdAt,
  this.updatedAt,
});