VideoCallModel constructor

VideoCallModel({
  1. int? timeStart,
  2. int? id,
  3. int? realStart,
  4. int? realStop,
  5. int? proUniqueId,
  6. double? price,
  7. int? acceptBookBeforePay,
  8. String? shopPicture,
  9. String? currency,
})

Implementation

VideoCallModel(
    {this.timeStart,
    this.id,
    this.realStart,
    this.realStop,
    this.proUniqueId,
    this.price,
    this.acceptBookBeforePay,
    this.shopPicture,
    this.currency});