Insight.fromJson constructor

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

Implementation

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