FeedMedia copyWith({ String? type, String? media, String? thumbImage, }) => FeedMedia( type: type ?? _type, media: media ?? _media, thumbImage: thumbImage ?? _thumbImage, );