saveAnnotationProperties abstract method
Saves the given properties back to the annotation.
Only non-null fields in properties are written.
Implementation
Future<bool> saveAnnotationProperties(AnnotationProperties properties);
Saves the given properties back to the annotation.
Only non-null fields in properties are written.
Future<bool> saveAnnotationProperties(AnnotationProperties properties);