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