QuoteId constructor

const QuoteId({
  1. required String id,
})

Implementation

const QuoteId({required this.id});