toTfJson method

  1. @override
Map<String, Object?> toTfJson()

Backwards-compat shim for tests / earlier callers that invoked toTfJson() directly. Returns the same map as configArgs.

Implementation

@override
Map<String, Object?> toTfJson() => configArgs;