copyWith method

Implementation

StarTransactionTypePaidGroupCallMessageSend copyWith({int? chatId}) =>
    StarTransactionTypePaidGroupCallMessageSend(
      chatId: chatId ?? this.chatId,
    );