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