saveAnnotationProperties abstract method

Future<bool> saveAnnotationProperties(
  1. AnnotationProperties properties
)

Saves the given properties back to the annotation.

Only non-null fields in properties are written.

Implementation

Future<bool> saveAnnotationProperties(AnnotationProperties properties);