toJson method

Map toJson()

Implementation

Map toJson(){
  Map _result = {};

  _result.addAll({"paIgnoreNotificationCodes": paIgnoreNotificationCodes});

  return _result;
}