text property

  1. @JsonKey(name: 'Text')
String? text
inherited

The text of the annotation in markdown format.

Implementation

@JsonKey(name: 'Text')
String? get text => throw _privateConstructorUsedError;