toValue method

Object? toValue()

Implementation

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