valueTransformer property
A function to transform the field’s value before saving or processing. Useful for formatting or converting data; defaults to null (no transformation).
Implementation
@Deprecated('Use toValueTransformer instead')
final ToValueTransformer<T?>? valueTransformer;