filterOnSave method

  1. @protected
  2. @mustCallSuper
List<Object> filterOnSave(
  1. List<Object> save
)

You can filter the saving content when it is saving.

Edit the value of save and return.

Implementation

@protected
@mustCallSuper
List<Object> filterOnSave(List<Object> save) => save;