editFieldsInfo property

EditFieldsInfo? editFieldsInfo

The layer's edit fields record who adds or edits the features and when the edits are made.

If editor tracking has not been enabled, then these fields will be null. For more information, see Editor tracking for feature services.

Implementation

EditFieldsInfo? get editFieldsInfo => _editFieldsInfo.value;