titles constant

Map<String, L10nSet> const titles

Implementation

static const title = 'Demo App',
    titles = {
      'home': L10nSet('home_title', 'Home', common: true),
      'about': L10nSet('about_title', 'About', common: true),
      'login': L10nSet('login_title', 'Login', common: true)
    };