Gets a list property by name.
@param key The property name @return The list value, or null if not found or not a list
@override ConstList? getList(String key) => _getTyped<ConstList>(key);