copyWith method

ChatStatisticsObjectTypeMessage copyWith({
  1. int? messageId,
})

Implementation

ChatStatisticsObjectTypeMessage copyWith({int? messageId}) =>
    ChatStatisticsObjectTypeMessage(messageId: messageId ?? this.messageId);