factory InsightSelector.fromJson(Map<String, dynamic> json) { return InsightSelector( insightType: (json['InsightType'] as String?)?.toInsightType(), ); }