jsonSafeForTest static method
Exposed helper for testing _jsonSafe directly.
Implementation
@visibleForTesting
static Object? jsonSafeForTest(Object? value) => _jsonSafe(value);
Exposed helper for testing _jsonSafe directly.
@visibleForTesting
static Object? jsonSafeForTest(Object? value) => _jsonSafe(value);