docState property
Implementation
NsgDataItemDocState get docState => _docState;
Implementation
set docState(NsgDataItemDocState value) {
// if (value == NsgDataItemDocState.created && newTableLogic) {
// print('created');
// }
_docState = value;
}