flatten method
      
void
flatten()
      
     
    
Flatten the annotation.
The flatten will add at the time of saving the current document.
Implementation
void flatten() {
  _helper.flatten = true;
}
Flatten the annotation.
The flatten will add at the time of saving the current document.
void flatten() {
  _helper.flatten = true;
}