text property

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

The text of the annotation in markdown format.

Implementation

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