nCtx property

int get nCtx

text context, 0 = from model

Implementation

int get nCtx => _nCtx;
set nCtx (int value)

Implementation

set nCtx(int value) {
  _nCtx = value;
  notifyListeners();
}