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