asAmount property

Amount get asAmount

Implementation

Amount get asAmount {
  return Amount.from(value: this, decimals: 0);
}