timezone property

JBTimezone get timezone

Implementation

static JBTimezone get timezone => _timezone;
set timezone (JBTimezone value)

Implementation

static set timezone(JBTimezone value) {
  _timezone = value;
  SharedPreferencesManager.save("app.timezone", value.name);
  appNotifier.value++;
}