isValid method

bool isValid()

Implementation

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