Dart Documentationdartkart.core

dartkart.core library

The library dartkart.core provides basic infrastructure classes.

Properties

final bool isChrome #

true, if we are currently running in chrome

bool get isChrome =>
   window.navigator.userAgent.toLowerCase().indexOf('chrome') > -1;

final bool isFirefox #

true, if we are currently running in Mozilla Firefox

bool get isFirefox =>
   window.navigator.userAgent.toLowerCase().indexOf('firefox') > -1;

Abstract Classes

Classes