ActionLoadConfig constructor
ActionLoadConfig({
- ActionSimpleLoadMode? append,
- ActionIncrementalLoadMode? maximum,
- ActionSimpleLoadMode? replace,
- ActionIncrementalLoadMode? unique,
Implementation
ActionLoadConfig({this.append, this.maximum, this.replace, this.unique});