deviceVersion property
dynamic
get
deviceVersion
Implementation
get deviceVersion => stateDir.value;
set
deviceVersion
(dynamic value)
Implementation
set deviceVersion(value) => stateDir.value = value;