jsonSafeForTest static method

  1. @visibleForTesting
Object? jsonSafeForTest(
  1. Object? value
)

Exposed helper for testing _jsonSafe directly.

Implementation

@visibleForTesting
static Object? jsonSafeForTest(Object? value) => _jsonSafe(value);