Config set(String key, dynamic value) { if (_map == null) { _map = new Map<String, dynamic>(); } _map![key] = value; return this; }