LivePullStateEntity constructor

LivePullStateEntity({
  1. int? payType,
  2. int? feeType,
  3. String? pullAddress,
  4. String? pullAddress360,
  5. String? durationTime,
  6. String? endTime,
  7. int? coin,
  8. int? liveState,
})

Implementation

LivePullStateEntity({
  this.payType,
  this.feeType,
  this.pullAddress,
  this.pullAddress360,
  this.durationTime,
  this.endTime,
  this.coin,
  this.liveState,
});