PublicWorkforceTaskPrice constructor

PublicWorkforceTaskPrice({
  1. USD? amountInUsd,
})

Implementation

PublicWorkforceTaskPrice({
  this.amountInUsd,
});