toJson property

dynamic get toJson

Convert this EventSpa to a json object

Implementation

dynamic get toJson => jsonDecode(toJsonString);