attributes property

List<FlutterOutlineAttribute>? attributes
getter/setter pair

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

List<FlutterOutlineAttribute>? attributes;