Returns the values for the given condition.
condition
@override Future<List<T>> getValuesWhere(bool Function(T value) condition) => _executeRead(() => _nativeBox.getValuesWhere(condition));