fromJson static method

NEMeetingItem fromJson(
  1. Map map
)

Implementation

static NEMeetingItem fromJson(Map<dynamic, dynamic> map) {
  return _MeetingItemImpl._fromJson(map);
}