put<T> method

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

Implementation

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