copyWith method

ReplyState copyWith({
  1. Message? replying,
})

Implementation

ReplyState copyWith({Message? replying}) => ReplyState(replying: replying);