ActionLoadConfig constructor

ActionLoadConfig({
  1. ActionSimpleLoadMode? append,
  2. ActionIncrementalLoadMode? maximum,
  3. ActionSimpleLoadMode? replace,
  4. ActionIncrementalLoadMode? unique,
})

Implementation

ActionLoadConfig({this.append, this.maximum, this.replace, this.unique});