InsightsResult.fromJson constructor

InsightsResult.fromJson(
  1. dynamic json
)

Implementation

factory InsightsResult.fromJson(dynamic json) =>
    _$InsightsResultFromJson(json);