copyWith method
- dynamic other
override
Implementation
@override
void copyWith(dynamic other) {
super.copyWith(other);
if (other is FeedChannel) {
groupChannel = other.groupChannel;
}
}
@override
void copyWith(dynamic other) {
super.copyWith(other);
if (other is FeedChannel) {
groupChannel = other.groupChannel;
}
}