asMap method

Map<String, String> asMap()

Returns an immutable map of the key-value pairs in this trace state.

Implementation

Map<String, String> asMap() => Map.unmodifiable(_entries);