static SmithyAst fromJson(Map<String, Object?> json) { return serializers.deserializeWith(SmithyAst.serializer, json) as SmithyAst; }