CellKitAnalyticsDTO.fromJson constructor

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

Implementation

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