EventSpa.fromJson constructor
EventSpa.fromJson(
- String source
Convert the json string to EventSpa
Implementation
factory EventSpa.fromJson(String source) => EventSpa._fromMap(json.decode(source));
Convert the json string to EventSpa
factory EventSpa.fromJson(String source) => EventSpa._fromMap(json.decode(source));