IssuingCardId constructor

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

Implementation

const IssuingCardId({required this.id});