CreditNoteId constructor

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

Implementation

const CreditNoteId({required this.id});