canEncodeCustom<T> method

bool canEncodeCustom<T>()
inherited

Implementation

bool canEncodeCustom<T>() {
  return _customTypes.whereType<CustomTypeDelegate<T>>().isNotEmpty;
}