macro property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<Macro>? macro
getter/setter pair

The macros in the container that this version was taken from.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<Macro>? macro;