getAmount method

num? getAmount()

Implementation

num? getAmount() {
  return _amount;
}