getDebug static method

JoltDebugFn? getDebug(
  1. Object target
)

Gets the custom debug function for a specific target object.

Returns null if no custom debug function has been set for target.

Implementation

@pragma("vm:prefer-inline")
@pragma("wasm:prefer-inline")
@pragma("dart2js:prefer-inline")
static JoltDebugFn? getDebug(Object target) => joltDebugFns[target];