EventV2.fromJson constructor

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

Implementation

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