ApcPrice constructor

ApcPrice({
  1. int? price,
  2. String? currency,
})

Implementation

ApcPrice({
  this.price,
  this.currency,
});