9 lines
282 B
Dart
Raw Permalink Normal View History

class Constants {
// this page name is default page name in the new workspace
static const gettingStartedPageName = 'Getting started';
static const toDosPageName = 'To-dos';
static const generalSpaceName = 'General';
static const defaultWorkspaceName = 'My Workspace';
}