put<T> method

void put<T>(
  1. DecodeHintType<T> type, [
  2. T? value
])

Implementation

void put<T>(DecodeHintType<T> type, [T? value]) {
  _hints[type] = value;
}