append method

void append()

Starts inserting a new record at the logical end of the current view.

Defaults, calculated fields, and onNewRecord initialization run before the dataset enters FdcDataSetState.insert.

Implementation

void append() => _editCoordinator.append();