CreateVideoAvatarData constructor

CreateVideoAvatarData({
  1. String? id,
  2. String? name,
  3. List<Slide>? slides,
  4. List<String>? tags,
  5. String? url,
  6. String? sourceId,
  7. bool? deleted,
  8. String? status,
  9. bool? verified,
  10. bool? public,
  11. String? userId,
  12. String? accountId,
  13. DateTime? createdAt,
  14. DateTime? updatedAt,
})

This is constructor of CreateVideoAvatarData

Implementation

CreateVideoAvatarData({
  this.id,
  this.name,
  this.slides,
  this.tags,
  this.url,
  this.sourceId,
  this.deleted,
  this.status,
  this.verified,
  this.public,
  this.userId,
  this.accountId,
  this.createdAt,
  this.updatedAt,
});