getBaseAmount method

dynamic getBaseAmount()

Implementation

getBaseAmount() {
  return baseAmount.value =
      serviceController.paymentDetails['data']['baseAmount'].toDouble();
}