annotation property

String? get annotation

Additional text describing the candidate

Implementation

String? get annotation => _wrapped.annotation;
set annotation (String? v)

Implementation

set annotation(String? v) {
  _wrapped.annotation = v;
}