nValue property
int?
get
nValue
Implementation
int? get nValue => Configs.nValue.get(this);
set
nValue
(int? value)
Implementation
set nValue(int? value) => Configs.nValue.set(this, value);