OwnerIndexResponseData constructor

OwnerIndexResponseData({
  1. int? copyRightOwnerId,
  2. String? name,
  3. String? slug,
  4. String? container,
  5. String? image,
  6. double? price,
  7. OwnerLanguage? language,
  8. DateTime? createDate,
  9. DateTime? changeDate,
})

Returns a new OwnerIndexResponseData instance.

Implementation

OwnerIndexResponseData({
  this.copyRightOwnerId,
  this.name,
  this.slug,
  this.container,
  this.image,
  this.price,
  this.language,
  this.createDate,
  this.changeDate,
});