static List<T>? getDynamicList<T>( String key, T Function(Map<String, dynamic>) fromJson) => _getBases(key, fromJson: fromJson);