List<T>? getList<T>(String tag) { try { return List<T>.from(this[tag]); } catch (e) { return null; } }