ValidateOrderInfo constructor
const
ValidateOrderInfo({})
Validates the order information provided by a user and returns the available shipping options for a flexible invoice
Implementation
const ValidateOrderInfo({
required this.chatId,
required this.messageId,
this.orderInfo,
required this.allowSave,
});