ChannelContentOwnerDetails constructor

ChannelContentOwnerDetails({
  1. String? contentOwner,
  2. DateTime? timeLinked,
})

Implementation

ChannelContentOwnerDetails({
  this.contentOwner,
  this.timeLinked,
});