EventSpa.fromJson constructor

EventSpa.fromJson(
  1. String source
)

Convert the json string to EventSpa

Implementation

factory EventSpa.fromJson(String source) => EventSpa._fromMap(json.decode(source));