empty property

Implementation

static LocalinoConfig get empty => LocalinoConfig(
      locales: {
        systemLocale: null,
      },
    );