Channel constructor

Channel(
  1. String uuid,
  2. String encodedId,
  3. String relation,
  4. DateTime? updatedAt,
)

Implementation

Channel(this.uuid, this.encodedId, this.relation, this.updatedAt);