EventInfo.fromJson constructor

EventInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory EventInfo.fromJson(Map<String, dynamic> json) =>
    _$EventInfoFromJson(json);