Price constructor

Price({
  1. Money? amount,
  2. String? type,
})

Implementation

Price({
  this.amount,
  this.type,
});