contents property

String? contents
final

The annotation's Contents string, or null if absent.

An empty string means the field is present but empty; null means the field is absent. These cases are intentionally distinguishable.

Implementation

final String? contents;