toJson method

List<String> toJson()

Implementation

List<String> toJson() {
  return [
    "onSuccess",
    "onError",
  ];
}