copyWith method Null safety

  1. @override
void copyWith(
  1. dynamic others
)
override

Implementation

@override
void copyWith(dynamic others) {
  channelType = others.channelType;
  channelUrl = others.channelUrl;
  user = others.user;
  timestamp = others.timestamp;
}