toValue method

Object? toValue(
  1. T value
)

Implementation

Object? toValue(T value) {
  return StandardEncoder.encode<T>(value, using: this);
}