get<T> method

T? get<T>(
  1. EncodeHintType<T> type
)

Implementation

T? get<T>(EncodeHintType<T> type) {
  return _hints[type] as T?;
}