isValid method
Implementation
bool isValid() {
if (_action != '' && _deviceId != '' && _result != '' && _value != '') {
return true;
}
return false;
}
bool isValid() {
if (_action != '' && _deviceId != '' && _result != '' && _value != '') {
return true;
}
return false;
}