sessionTypeUbuntu property

SessionTypeUbuntu? sessionTypeUbuntu

The session is running on an Ubuntu device

Implementation

SessionTypeUbuntu? get sessionTypeUbuntu {
  if (this is SessionTypeUbuntu) {
    return this as SessionTypeUbuntu;
  }
  return null;
}