ChannelRelation constructor

ChannelRelation(
  1. String uuid,
  2. String publicId,
  3. String relation,
  4. DateTime? updatedAt,
)

Implementation

ChannelRelation(this.uuid, this.publicId, this.relation, this.updatedAt);