attributes property

List<FlutterOutlineAttribute>? attributes
final

Additional attributes for this node, which might be interesting to display on the client. These attributes are usually arguments for the instance creation or the invocation that created the widget.

Implementation

final List<FlutterOutlineAttribute>? attributes;