updateMode property
FdcUpdateMode
get
updateMode
Dataset persistence/apply semantics selected at construction time.
This value is intentionally read-only. Switching between immediate and cached update semantics after edits/deletes/inserts exist would change the meaning of already staged work, so choose the mode when constructing the dataset.
Implementation
FdcUpdateMode get updateMode => _updateMode;