copyWith method

FeedMessage copyWith (
  1. void updates(
    1. FeedMessage
    )
)

Implementation

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