As a developer when I want to reference the key translation in Dart code I want to have an option to do it without passing `context` Example: `S.current.hello` this is very handy when I don't have a context and don't want to pass it 5 levels down just for localization.