Equality operator
@override bool operator ==(Object other) { if (identical(this, other)) return true; return other is Channel && other.name == name; }