metadata property

Object? metadata
final

Information which is stored together with the function call.

This could, for example, be the name of the package containing the function annotated with this annotation. Allowed types are bool, int, double, and String.

Implementation

final Object? metadata;