QuoteAcceptedEvent constructor
const
QuoteAcceptedEvent({
- required Quote object,
Occurs whenever a quote is accepted.
Implementation
const QuoteAcceptedEvent({required this.object});
Occurs whenever a quote is accepted.
const QuoteAcceptedEvent({required this.object});