TInsight.fromJson constructor

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

Implementation

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