List getList(String key) { try { return _mEntity?[key] as List; } catch (err) { return List.from([]); } }