getCustom method

Transformer? getCustom(
  1. String key
)

Implementation

Transformer? getCustom(String key) {
  return _customRegistry[key];
}