eventFromJson function

Event eventFromJson(
  1. String str
)

Implementation

Event eventFromJson(String str) => Event.fromJson(json.decode(str));