copyWith method

Implementation

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