copyWith method

FeedEntity copyWith (
  1. void updates(
    1. FeedEntity
    )
)

Implementation

FeedEntity copyWith(void Function(FeedEntity) updates) => super.copyWith((message) => updates(message as FeedEntity));