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