ChannelRelations constructor

ChannelRelations(
  1. int? userId,
  2. List<ChannelRelation> channels
)

Implementation

ChannelRelations(this.userId, this.channels);