QuoteFromQuote constructor
Details of the quote that was cloned. See the [cloning documentation](https://stripe.com/docs/quotes/clone) for more details.
Implementation
const QuoteFromQuote({
required this.isRevision,
required this.quote,
});
Details of the quote that was cloned. See the [cloning documentation](https://stripe.com/docs/quotes/clone) for more details.
const QuoteFromQuote({
required this.isRevision,
required this.quote,
});