ChannelProfileDetails constructor

ChannelProfileDetails({
  1. String? channelId,
  2. String? channelUrl,
  3. String? displayName,
  4. String? profileImageUrl,
})

Implementation

ChannelProfileDetails({
  this.channelId,
  this.channelUrl,
  this.displayName,
  this.profileImageUrl,
});