unsupportedArguments property

List<Expression> unsupportedArguments
final

The arguments passed to the metadata that are not supported by getValue, (or by special handling in subclasses) and therefore not represented in the instantiation of meta.

Implementation

final List<Expression> unsupportedArguments = [];