toJson method
Implementation
Map toJson(){
Map _result = {};
_result.addAll({"paIgnoreNotificationCodes": paIgnoreNotificationCodes});
return _result;
}
Map toJson(){
Map _result = {};
_result.addAll({"paIgnoreNotificationCodes": paIgnoreNotificationCodes});
return _result;
}