获取Map值,不存在时返回默认值
defValue 默认值
defValue
List<dynamic> listOrDefValue(List<dynamic> defValue) { return listValue ?? defValue; }