Attribute constructor

Attribute()

Creates a new instance of the Python class Attribute.

Implementation

factory Attribute() => PythonFfiDart.instance.importClass(
      "ast",
      "Attribute",
      Attribute.from,
      <Object?>[],
      <String, Object?>{},
    );