metadata property

Map<String, dynamic> metadata
final

Additional metadata for custom data storage.

Use this map to store any custom data associated with the annotation. This metadata is automatically serialized and deserialized with the annotation.

Implementation

final Map<String, dynamic> metadata;