sessionTypeUbuntu property
The session is running on an Ubuntu device
Implementation
SessionTypeUbuntu? get sessionTypeUbuntu {
  if (this is SessionTypeUbuntu) {
    return this as SessionTypeUbuntu;
  }
  return null;
}The session is running on an Ubuntu device
SessionTypeUbuntu? get sessionTypeUbuntu {
  if (this is SessionTypeUbuntu) {
    return this as SessionTypeUbuntu;
  }
  return null;
}