get<T> method

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

Implementation

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