copyWith method Null safety
- dynamic others
override
Implementation
@override
void copyWith(dynamic others) {
channelType = others.channelType;
channelUrl = others.channelUrl;
user = others.user;
timestamp = others.timestamp;
}
@override
void copyWith(dynamic others) {
channelType = others.channelType;
channelUrl = others.channelUrl;
user = others.user;
timestamp = others.timestamp;
}