filterOnSave method

  1. @protected
  2. @mustCallSuper
DynamicMap filterOnSave(
  1. DynamicMap save
)

You can filter the saving content when it is saving.

Edit the value of save and return.

Implementation

@protected
@mustCallSuper
DynamicMap filterOnSave(DynamicMap save) => save;