Order constructor

Order({
  1. String? amount,
})

Implementation

Order({
  this.amount,
});