PriceId constructor

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

Implementation

const PriceId({required this.id});