Variable GodotMethod.name

String name from Godot (snake_case, not always valid D)

struct GodotMethod
{
  // ...
  String name ;
  // ...
}