CallEntity constructor

CallEntity({
  1. String? callId,
  2. String? userName,
  3. String? userImage,
  4. bool? callMatch,
  5. int? callType,
  6. int? toyCost,
  7. String? callCost,
  8. String? callCostUserId,
  9. String? callPackage,
  10. String? matchTime,
  11. List<MatchCostUser>? matchCostUserId,
})

Implementation

CallEntity(
    {this.callId,
    this.userName,
    this.userImage,
    this.callMatch,
    this.callType,
    this.toyCost,
    this.callCost,
    this.callCostUserId,
    this.callPackage,
    this.matchTime,
    this.matchCostUserId});