Channels constructor

Channels(
  1. int? userId,
  2. List<Channel>? channels
)

Implementation

Channels(this.userId, this.channels);