eventFeedResponseFromMap function

EventFeedResponse eventFeedResponseFromMap(
  1. String str
)

Implementation

EventFeedResponse eventFeedResponseFromMap(String str) =>
    EventFeedResponse.fromMap(json.decode(str));