get<T> static method

ToJsonFn? get<T>([
  1. Type? t
])

Implementation

static ToJsonFn? get<T>([Type? t]) {
  return _toJsonFns[t ?? T];
}