String getProperty(String key) { try { return _mEntity?[key] as String; } catch (err) { return ""; } }