Try child List with given key. It returns null if failed.
key
null
List<T>? tryGetList<T>(String key) => get<List?>(key)?.cast();