Gets a Double List attribute value by key. Returns null if the key doesn't exist or if the value is not a Double List.
List<double>? getDoubleList(String name) => _getTyped<List<double>>(name);