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