Returns an immutable-style copy of the row values used for validation.
List<Object?> valuesSnapshot() => List<Object?>.of(_values);