copyWith method
Implementation
ChatItemViewRow copyWith({String? chatId, String? chatItemId}) =>
ChatItemViewRow(
chatId: chatId ?? this.chatId,
chatItemId: chatItemId ?? this.chatItemId,
);
ChatItemViewRow copyWith({String? chatId, String? chatItemId}) =>
ChatItemViewRow(
chatId: chatId ?? this.chatId,
chatItemId: chatItemId ?? this.chatItemId,
);