annotations property

Map? annotations
final

Class's annotations. In Call mode, it's caller class's annotations. In execute mode, it's execution class's annotations.

Implementation

final Map<dynamic, dynamic>? annotations;