Returns an instance of Nylo.
Nylo nylo({String key = 'nylo'}) { if (!_values.containsKey(key)) { throw Exception('Nylo has not been initialized yet'); } return _values[key]; }