AiutaAnalyticsHistoryEvent.fromJson constructor

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

Creates a history event from a JSON object.

Implementation

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