getDescription method

dynamic getDescription()

Implementation

getDescription() {
  return paymentDescription =
      serviceController.paymentDetails['data']['description'];
}