factory FindingSourceDetail.fromJson(Map<String, dynamic> json) { return FindingSourceDetail( accessPointArn: json['accessPointArn'] as String?, ); }