jsonList method

List<String> jsonList()

Implementation

List<String> jsonList() {
  return paymentSystems.map((e) => e.toString()).toList();
}